Door creation

Started by Vityara3000 on

Topic category: Help with modding (Java Edition)

Last seen on 13:04, 27. Jul 2022
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Door creation

I can not create the door. Tell me how to create? Or send your mod in .mcr format in which there is a normal working door

Create a block with rotation…
Tue, 03/05/2019 - 13:39

Create a block with rotation (Y axis rotation).

Create a second block the other way.

Create a procedure for when Player right click on each block (one for the first block, and a second procedure for the second block), the game place the other block.

 

Hoping that's help you.