Door creation

Started by Vityara3000 on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Feb 2019
Points:
671

User statistics:

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

Active 1 week ago
Joined Aug 2016
Points:
3304

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2927
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.