How to remove a bed without dropping it to the ground.

Started by damiansb on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to remove a bed without dropping it to the ground.

Hi guys, I'm trying to remove a bed from the world using a procedure, with the "Remove Block At" procedure block.

The problem is that the bed always drops to the ground... probably because it's made of 2 adjacent blocks (head part and foot part) and when one of those gets removed, the other one "drops" the whole bed automatically. 

I've tried removing both parts at the same time with the exact coordinates of the head and foot part, head first then foot, or foot first than head... I doesn't work, it always drops the item, because it's not really "at the same time", one procedure block always will trigger before the other.

Does anyone know a way around this issue?

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use place air at x y z
Thu, 07/09/2020 - 01:33

use place air at x y z

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've tested that too…
Thu, 07/09/2020 - 21:29

I've tested that too. Unfortunately is has the same result.

I guess the blocks would have to be removed, converter to air or anything like that at the exact same time for this to work.

I'm starting to think I'll have to destroy the gem when it drops... Maybe there's no way around that. 

I don't know how to destroy the gem at the specific location tho. 

Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just do destroy block drop…
Sun, 08/02/2020 - 15:02

Just do destroy block drop at 0-20 0.

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thats not a procedure  
Fri, 11/20/2020 - 20:13

Thats not a procedure

 

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make it so that in…
Fri, 11/20/2020 - 20:56

You could make it so that in the creation of the two blocks (foot block, head block,) you could make it so they drop air, in the properties tab, or the advanced properties tab, idk I haven't been on to MCreator for quite a while. This was when the block is destroyed, it shouldn't drop anything.