Chisel & Bits Integration Improvements
WenXin20 opened this issue ยท 2 comments
Minecolonies Version
Version: v0.10.48-ALPHA
Expected behavior
- For the builder to be able to use the Chisel & Bits Bag to hold the thousands of bits that will be needed and to use up the bits that are requested.
Actual Behaviour
- The builder requests thousands of bits that won't fit into the inventory and the builder can't use the bit bag. The bits requested are also not used up by the builder when placed.
Steps to reproduce the problem
- Creaete a schematic using a lot of chisel & bits
- Place the custom schematic.
- The builder requests bits, but doesn't use it up or use a bit bag.
- ... Profit
Looks like issue #3466 is related to this. I can close this one if needed.