MineColonies

MineColonies

53M Downloads

Placeholder block

lunadragnstar opened this issue ยท 2 comments

commented

I've been testing the placeholder block, I'm not sure what is going on with it, but I created a warehouse with deliveryman hut underneath it. I placed the placeholder sign in the right area and set it for the deliveryman hut, I had to rotate the deliveryman hut so it is facing the right way. When the builder builds the warehouse, it places the hut in the right orientation but the hut itself is facing the wrong way according to the hut block placement.

I re-setup the placeholder block so when I replaced it with the deliveryman hut, it placed the hut facing the right way. When the builder built the warehouse, it placed the deliveryman hut block facing the right way, but when building the deliveryman hut portion, the hut was rotated wrong.

Deliveryman hut block placement with placeholder block
image

Deliveryman hut as the builder builds it
image

Deliveryman hut as it should be built
image

commented

@Raycoms I do not think this is working:

world.setBlockState(pos, block.getDefaultState().with(AbstractBlockHut.FACING, blockState.get(PlaceholderBlock.HORIZONTAL_FACING)));

commented

fixed