mickelus / tetra

🔶- Source and issue tracker for tetra
https://minecraft.curseforge.com/projects/tetra
MIT License
180 stars 79 forks source link

0.15.0 Crafting errors #23

Closed ejektaflex closed 6 years ago

ejektaflex commented 6 years ago

Version: tetra-1.12.2-0.15.0.jar

Spawning in an iron axe and switching the head out for a tin adze head will cause the recipe to just return an iron axe when created. This also works with a lead adze head. Doing so with a wooden adze is supposedly uncraftable, although the stone adze head works.

Also, removing the storage pouch from a toolbelt keeps the toolbelt inventory, but all items are inaccessible until you re-add the pouch.

mickelus commented 6 years ago

I missed adding the post remove cleanup when directly removing any of the toolbelt inventories, replacing them should still store excess items in your inventory. Fix should be part of the next release.

I've not been able to reproduce tin adze issue, have you noticed similar behaviour with other materials? The cause of the wooden adze not working is the same as what's causing #22.

mickelus commented 6 years ago

Both fixed in 0.15.1, no need to go into embarrasing details about the adze issue.