Barrel recipe doesn't display after reload
AnodeCathode opened this issue ยท 2 comments
-
What did you expect to happen?
-Barrel with recipe in process. (Sake in the test case). GUI shows Sake as output fluid when barrel is sealed. Exit and reload world, barrel gui should shows recipe in progress. -
What actually happened instead (i.e. what was the bug)
- Barrel shows nothing for recipe in process on GUI. However if time passes, the recipe does eventually complete. Also, when testing the tile entity for the barrel in question, after reload the te.getRecipe() returns null.
To Reproduce
Attention to detail is important!
- Place barrel with fluid and input item (fresh water and rice flour)
- Seal the barrel. Barrel will display Sake as output fluid for recipe.
- Exit world. Reload world.
- Check barrel gui. No longer shows recipe in progress.
- Wait sufficient time and recipe DOES complete.
Meta Info
- TFC Version: 1.0.6.133
- Were any other mods included? Can you reproduce it without these other mods? jei_1.12.2-4.15.0.291
Setting recipe = BarrelRecipe.get(inventory.getStackInSlot(SLOT_ITEM), tank.getFluid()); in TEBarrel.readfromNBT does solve the issue but not sure if this would be the proper fix