davenonymous / ocsensors

Sensor Addon for OpenComputers
https://minecraft.curseforge.com/projects/oc-sensors
4 stars 3 forks source link

Wrong Obfuscated Method Name for Furnace? #11

Closed brisingraerowing closed 6 years ago

brisingraerowing commented 6 years ago

I noticed an error in the game output stating that the method isBurning could not be found (as expected), but right after it was an error stating that the obfuscated name you have in the configuration wasn't found. Looking at the MCP data it seems that isBurning maps to func_145950_i, which has the comment "Furnace isBurning". What you have also maps to an isBurning method, but that one has no comment.

davenonymous commented 6 years ago

Thanks for the report! That was indeed the wrong obfuscated method name.