Started by
TheTntExpert29
on
Topic category: Help with MCreator software
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.
Topic category: Help with MCreator software
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.
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.
Thanks, But where do I have to go to add the doors?
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.