Darkhax-Minecraft / BotanyTrees

Allows you to grow trees in small pots.
GNU Lesser General Public License v2.1
6 stars 15 forks source link

Fixed recipes for Autumnity maple trees #25

Closed ochotonida closed 3 years ago

ochotonida commented 3 years ago

The recipes for autumnity's red, orange and yellow maple trees contained an invalid item id, preventing the recipes from loading. I've also removed the redundant item_exists conditions, as those are always true when autumnity is loaded.

Darkhax commented 3 years ago

Thanks for fixing this. The item_exists is added to most mod support at an extra level of protection if they decide to change ids. Although I guess it would be better to log the error so it can be noticed and fixed.