Vanilla barrels are not counted as inventory space for builder
MagiMaster opened this issue ยท 2 comments
Minecolonies version
Version: minecolonies-0.11.900-ALPHA-universal.jar
Expected behavior
- A Minecraft barrel in a builder hut blueprint should function the same as a chest or rack.
Actual behaviour
- The barrel is constructed as part of the hut, but any items placed inside are not recognized as building material.
Steps to reproduce the problem
- Make a new builder's hut blueprint that includes a barrel
- Build the hut
- Start a new build task using that builder
- Place the materials in the barrel
- The material list in the hut block will continue to request those materials
- Move the materials to the hut block, a chest or a rack
- The material list will now detect that those materials are available
Logs: Latest.log and crashlog at https://gist.github.com/
latest.log
Note that swamp/builder2 contains a barrel, but swamp/builder1 does not, so this issue would only become visible after line 95.
That is indeed true. They behave differently internally. I will mark it as a good first issue and see if some of the newer guys can pick it up again.