Crucible dupe
DisasterMoo opened this issue ยท 2 comments
Recent changes to small vessel heat recipe opened a bug in TECrucible
. Basically, since the cached item isn't updated you end up with a duplicated small vessel because HeatRecipe
does a copy
ItemStack
and Capability
instances both have to be updated after all this:
TerraFirmaCraft/src/main/java/net/dries007/tfc/objects/te/TECrucible.java
Lines 116 to 134 in 254ee67
(hint here is that inventory is re-updated from recipe but the instance isn't)
Im not comletly sure what this means, but ive found that when heating up small vessels containing ore in a crucible the ore melts and liquid metal starts pouring into the crucible, but the amount in the vessel always stays the same, essentially making metal from nothing.