Key locked Door

Started by VioletPyre on

Topic category: Help with MCreator software

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Key locked Door

Hi! I'm trying to create both a Locked Door and its unlocked counterpart. Problem is, i just realized we can't lock doors and i'm running out of ideas to make it so.

The unlocked door works fine, i only need the Locked door to be impossible to open and that when you put your dungeon key in, it breaks into the unlocked one.

The rest I should be able to do, but the lock, Nupe.

 

If possible i need help as soon as possible ;)

 

If by chance this would be a duplicate, i'm sorry, when i looked up if there was one already, it yielded no results.

Thanks and Cheers!

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Heya! If you haven't tried…
Tue, 09/20/2022 - 00:58

Heya! If you haven't tried under the On block right clicked procedure to make
If item in main-hand of event/target entity = dungeon key
do set block at x y z unlocked door
else (keep empty so it does nothing)

I hope this works! sorry if it doesn't!

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
From me "in the future" i…
Tue, 02/28/2023 - 07:04

From me "in the future" i can assume this will work.
I have far more knowledge than before and far more possibilities, i'll figure something out when i touch this mod again ;)
Thanks for you feedback <3

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can I have some help as well…
Sat, 07/13/2024 - 05:20

Can I have some help as well? For me, how do I make a door that cannot be open no matter what. But it can be opened using the procedures said in the comments.