Rotate blocks with item(wrench)

Started by DomkaLtu on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Rotate blocks with item(wrench)

I want to make an item that would rotate the block on right click,like a wrench 

Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use when right clicked on…
Tue, 04/06/2021 - 07:17

Use when right clicked on block -> if get block rotation=north then set rotation of the block xyz to south, else if rotation=south then set to north, etc.

Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
where I can find "get block…
Fri, 06/18/2021 - 12:23

where I can find "get block roatation" block" ?