Builder not placing double brick slabs
Curse187 opened this issue ยท 11 comments
Minecraft 1.10.2
rftools-1.1x-7.11
The Builder make some wired stuff. it can't place double brick slabs, doors, torches...
First that's an old version of RFTools.
Second you need to give more information. Exaclty how are you trying to place this?
Also some things are never going to be placable with the builder. That includes doors (as they are two high and that's complicated to handle) and double slabs (as that requires two blocks in the same blockspace)
The two-slab doesn't exist as an item so you can't put it in the chest. Also the Builder cannot handle the fact that two items in a chest are needed to make a single block in the world and it is very complicated to implement that
Is it possible for the Builder to recognize if there is a single or a double slab?
If this is possible, can you exchange the slab with a full block?
Then you would have an infinite slab generator: one builder to place a single slab and place it as double. Another builder to harvest the two slabs
Replace the double slab with what full block? I don't understand your suggestion
The builder already works from bottom to top
sorry, i think you get me wrong.
Is it possible for the Builder to analyze if there is a single or a double slab?
If this is possible, can you replace the double slab with a full block?
maybe you can do so with other blocks they are cause problems. ignore them or replace them.
i think the problem with the doors and the torches can be easy fix.
--> simply change the direction the builder work to bottom to top.