Litematica

Litematica

8M Downloads

Add an option in EasyPlace mode to keep the BlockState

RattlesHyper opened this issue ยท 4 comments

commented

Add an option like easyPlaceKeepBlockState to keep BlockStateTag same as schematic, so the block rotation same as schematic.

commented

This can't be done without a server mod because the game places certain blocks based on your facing direction.

commented

And also this is already done for single player an in cases where the server does have a mod to handle the rotation request. And currently that server side mod would be CarpetExtra with the accurateBlockPlacement rule enabled.

commented

@end-user Have you tested BlockState facing north, south, up, down etc. When you have a block with custom block state the game does not rotate the block based on where you're facing.

commented

@end-user Have you tested BlockState facing north, south, up, down etc. When you have a block with custom block state the game does not rotate the block based on where you're facing.

It sounds like you're restating the problem, so I'll restate the answer: it cannot be done on a remote server without a server-side mod because the game checks the direction you're facing before placing the block.