MinecraftModDevelopmentMods / MMDLib

new MMDLib
https://www.curseforge.com/minecraft/mc-mods/mmdlib
GNU Lesser General Public License v2.1
6 stars 9 forks source link

final round of -rc2 fixes #32

Closed dshadowwolf closed 5 years ago

dshadowwolf commented 5 years ago

1) Add some debugging outs that should only show in the debug log 2) Fix the furnace recipe handling code - at some point, for some reason, null items were being registered as a smelting result and this was screwing up later code... said later code should have not been early-outing if there was a match and a null output, so this fixes a kinda nasty bug, regardless