DevOnTheRocks / RockyTweaks

A Minecraft Forge mod that adds additional functionality to other mods.
GNU General Public License v3.0
5 stars 2 forks source link

renaming items crash #37

Open Sethgno opened 5 months ago

Sethgno commented 5 months ago

Anvil.addRecipe(<minecraft:dirt>, <minecraft:sand>, <minecraft:gravel>, 1); renaming dirt in an anvil with this script causes a null crash (just dirt by itself, right slot empty)

crash log

kind of crazy if this is the first issue of this, maybe that means theres a workaround idk