How to make a door?

Started by TheTntExpert29 on

Topic category: Help with MCreator software

Active 6 months ago
Joined Apr 2020
Points:
715

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
How to make a door?

I am making a mod of where I need a door that can open and close with a certain key how do I make it? I need it so it can open and close using a certain key.

Active 3 years ago
Joined Mar 2020
Points:
1262

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
I'm not exactly sure how to…
Tue, 04/21/2020 - 13:19

I'm not exactly sure how to do it with a key, but this forum might help you: 

 https://mcreator.net/forum/16343/how-do-create-door-mcreator

 

Doing it with a key would probably be:

if (get item in players hand = [keyitem])

do {what it says on the other forum}

 

I think they are working on bringing a door block base option to MCreator but i doubt it will have an option for a key.

Active 6 months ago
Joined Apr 2020
Points:
715

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
Thanks, But where do I have…
Tue, 04/21/2020 - 13:43

Thanks, But where do I have to go to add the doors?

Active 3 years ago
Joined Mar 2020
Points:
1262

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
Its Under blocks. Keep in…
Tue, 04/21/2020 - 13:45

Its Under blocks. Keep in mind to have an upper and lower part for the open version and the closed version.

Also, make sure to read the entire forum, just in case.