Override bed explosion in the nether when conditions are met

Started by maxtomahawk on

Topic category: Help with modding (Java Edition)

Last seen on 09:06, 20. Aug 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Override bed explosion in the nether when conditions are met

Hey!

 

I am currently working on adding a new dimension.

Instead of a traditional portal, I want the player to be transported to this dimension when rightclicking a bed in a Soul sand valley biome while holding a soul lantern in the off hand.

 

This is my procedure:

When the conditions are met, next to teleporting the target entity the procedure should also stop the bed from blowing up. Does anyone know how I can include that?