Blogs Other

Bed Hiding From DOORS tutorial (In Minecraft Java)

  • 407 views 0 today
  • 5
  • 2
  • 4
_CosmicMC
Lvl 40Master Enderdragon Mountaineer
61
First, build a small 6x6 platform of dark oak planks or whatever block you want.
Next, place 2 beds in the middle of the platform.
Next, build a 2 block hole on the bottom of the beds.


If any of this isn't clear, check out this video: youtu.be/h_c1r6cRSsw?si=p7HC22jAeMesIBNk&t=58

Next place a button next to the beds.
Then place a button on the beds. (Each can be stone or whatever button you want)

Next, type in chat /give @s command_block
Next, place dark prismarine 3 blocks below the bed.
Then, place a repeating command block saying: /execute at @a if block ~ ~-3 ~ dark_prismarine run tag @s add hiding (Always Active)
Place another saying /execute at @a unless block ~ ~-3 ~ dark_prismarine run tag @s remove hiding

Place a repeating command block place upwards always active, and another on top facing up (chain conditional always active)
Repeat 1 more time.
Place in the first repeating command block: /execute if block (coordinates of button next to bed) stone_button run tp @a[​sort=nearest,limit=1] (coordinates under the bed)
On the chain command block above the repeating command block type: /setblock (coordinates of button next to bed) stone_button[​powered=false]


The next set is the same but you detect if the button under the bed is powered it will say: /tp @a ~ ~3 ~
and then the next chain command block will replace the button under the bed to be an unpowered button.

*You may need to type stone_button[​facing=east] or [​face=upper] or anything like that if the button is not placed correctly.

You are finished!







Put button you chose here

More like this

  Have something to say?

ScotsMiser
11/15/2023 4:05 am
Level 71 : Legendary Miner
Interesting demonstration 🥂, but seems like it would be limited to use in maps
1
_CosmicMC
11/15/2023 7:46 am
Level 40 : Master Enderdragon Mountaineer
Maybe I will make it better, but what do you mean by what you say? 🤔
2
ScotsMiser
11/15/2023 8:35 am
Level 71 : Legendary Miner
Showing the ability to create a [​largely] hidden 2x2 hole underneath a pair of beds is interesting. [​It makes me wonder if there might not be a configuration where the hole can be accessed in a survival friendly manner.]

Because the demonstrated way of moving in and out of the pit relies on command blocks, it will not be useful in survival MC.
In a map, however, command blocks would be available to the map maker which would allow the trick to be used by persons playing the map.
2
_CosmicMC
11/15/2023 8:39 am
Level 40 : Master Enderdragon Mountaineer
Yes, this is meant to be played in an adventure map. The 2x2 hole is actually in ElitoSear's map, and this is not for survival mode. :D
2

Welcome