Gaming32 / bingo

A multiloader bingo mod
https://modrinth.com/mod/bingo-mod
MIT License
4 stars 2 forks source link

1.20.2 Port #2

Closed Gaming32 closed 1 year ago

Earthcomputer commented 1 year ago

@Gaming32 can we not replace nullables with optionals without reason? I see a one or two instances where you replaced nullables with optionals without it being required for a codec.

Gaming32 commented 1 year ago

It's not without reason. Mojang prefers Optionals here, and I would rather keep it consistent than keep it as nullables for no reason.