how can i make skull/head rotation

Started by Park3r__ on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Nov 2023
Points:
152

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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?

Active 1 year ago
Joined Feb 2023
Points:
304

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
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.

Active 1 year ago
Joined Nov 2023
Points:
152

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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)