how can i make skull/head rotation

Started by Park3r__ on

Topic category: Help with modding (Java Edition)

Last seen on 20:37, 25. Apr 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how can i make skull/head rotation

i want to make a block have the rotation of a head (8 direction rotation) how would this be possible?

Last seen on 16:14, 26. Mar 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is this for a block being…
Sat, 03/23/2024 - 08:51

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.

Last seen on 20:37, 25. Apr 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but dosent the log have it…
Sat, 03/23/2024 - 14:45

but dosent the log have it so it rotates up? i want it to have a 8 point rotation( like north-west ect)