Started by
Park3r__
on
Topic category: Help with Minecraft modding (Java Edition)
i want to make a block have the rotation of a head (8 direction rotation) how would this be possible?
Topic category: Help with Minecraft modding (Java Edition)
i want to make a block have the rotation of a head (8 direction rotation) how would this be possible?
is this for a block being placed down by the player or via a procedure?
if its just from player placement then you just need to set the 'Block Rotation Mode' Property to 'Log Rotation (X/Y/Z)' and you'll be good to go.
If you then want to do it via a procedure then the you can use "set direction of Block" procedure block, in the Block Procedures Action menu to set the spawned block's rotation but that'll only give you the U/D/N/E/S/W directions.
Like here https://mcreator.net/forum/105157/place-block-using-procedures-player-rotation
There's probably a property you can set, to get a more granular rotation. I just don't know it rn unfortunately.
but dosent the log have it so it rotates up? i want it to have a 8 point rotation( like north-west ect)