MysticMods / MysticalWorld

Library mod for use with the Mystic Mods (Embers, Roots, Gadgetry, Mystic World, etc.)
MIT License
27 stars 30 forks source link

Registry Names on Loot Conditions around the wrong way? (1.18) #321

Open trabpukcip opened 2 years ago

trabpukcip commented 2 years ago

While trying my best to understand loot conditions looking at source code, these 2 lines in ModLoot.java looked like the names could be switched around.

I.e. "is_obsidian" and "is_lava" are assigned to the wrong things.

Is this intentional behaviour?

https://github.com/MysticMods/MysticalWorld/blob/0f3bac56f71a72c06e7e9c373eae67527579891f/src/main/java/mysticmods/mysticalworld/init/ModLoot.java#L28-L29

noobanidus commented 2 years ago

That would be a bug rather than a feature.