diff --git a/BauSystem_Main/src/de/steamwar/bausystem/world/TNTSimulator.java b/BauSystem_Main/src/de/steamwar/bausystem/world/TNTSimulator.java index 0b5ed01..57a4812 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/world/TNTSimulator.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/world/TNTSimulator.java @@ -390,6 +390,10 @@ public class TNTSimulator { editTNT(); })); + swInventory.setItem(17, new SWItem(Material.TNT, "§eZündphase hinzufügen", clickType -> { + spawns.add(new TNTSpawn(position, entity)); + })); + // Delete tnt swInventory.setItem(26, new SWItem(Material.BARRIER, "§cEntfernen", clickType -> { hide();