RFTools

RFTools

74M Downloads

Builder not placing double brick slabs

Curse187 opened this issue ยท 11 comments

commented

Minecraft 1.10.2
rftools-1.1x-7.11

The Builder make some wired stuff. it can't place double brick slabs, doors, torches...

commented

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)

commented

I hope, this explains it more.

bild1
bild2
bild3
bild4

commented

Yes, the double slabs are problematic. I don't know how to solve that

commented

Maybe switch them with the solid compartment?

commented

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

commented

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?

commented

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

commented

Replace the double slab with what full block? I don't understand your suggestion

The builder already works from bottom to top

commented

With this:

bild 5

commented

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.

commented

IMHO, double slabs are a vanilla mechanic and so should be handled properly by any mod that manipulates blocks.