TeamMotherlode / MotherlodeCore

Motherlode Minecraft mod
GNU Lesser General Public License v2.1
6 stars 2 forks source link

Added trinkets, changed API version #33

Closed mounderfod closed 3 years ago

mounderfod commented 4 years ago

Some explanation is already in the Discord, if you have any questions then ask me.

mounderfod commented 3 years ago

Two approvals received, as such this PR is ready to be merged. Any objections to this PR should be raised now, as it is being placed on last call.

mounderfod commented 3 years ago

Side note: I am aware that Settings contains Rarity, but I need it separately anyway in order to check it. Just, don't put rarity in both :tiny_potato:

mschae23 commented 3 years ago

Side note: I am aware that Settings contains Rarity, but I need it separately anyway in order to check it. Just, don't put rarity in both :tiny_potato:

You can use Item#getRarity or ItemStack#getRarity, so you don't need the Rarity parameter