From 289faaf0ec2063c42acc54f80f9b9298106b8e32 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 26 Jun 2024 21:50:58 +0200 Subject: overwrite all generating structures with "empty" files --- data/original_skyblock/function/initialize.mcfunction | 18 +++++++++--------- data/original_skyblock/structure/bastion_chest.nbt | Bin 3517 -> 0 bytes .../worldgen/template_pool/empty_full.json | 15 +++++++++++++++ .../worldgen/template_pool/fortress.json | 15 --------------- .../worldgen/template_pool/stronghold.json | 2 +- 5 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 data/original_skyblock/structure/bastion_chest.nbt create mode 100644 data/original_skyblock/worldgen/template_pool/empty_full.json delete mode 100644 data/original_skyblock/worldgen/template_pool/fortress.json (limited to 'data/original_skyblock') diff --git a/data/original_skyblock/function/initialize.mcfunction b/data/original_skyblock/function/initialize.mcfunction index 36cf8ce..bb237b9 100644 --- a/data/original_skyblock/function/initialize.mcfunction +++ b/data/original_skyblock/function/initialize.mcfunction @@ -44,22 +44,22 @@ execute in overworld run item replace block -64 67 0 container.2 with pumpkin_se execute in the_nether run forceload add -1 -1 1 1 execute in the_nether run forceload remove -1 -1 1 1 -execute in the_nether run fill -1 61 1 1 63 -1 glowstone +execute in the_nether run fill 2 63 0 2 63 1 obsidian +execute in the_nether run fill 2 64 2 2 66 2 obsidian +execute in the_nether run fill 2 67 0 2 67 1 obsidian +execute in the_nether run fill 2 64 -1 2 66 -1 obsidian +execute in the_nether run fill 2 64 0 2 66 1 nether_portal[axis=z] + +execute in the_nether run fill -1 61 2 1 63 -1 glowstone execute in the_nether run setblock 1 64 -1 chest[facing=west] execute in the_nether run item replace block 1 64 -1 container.0 with birch_sapling 1 execute in the_nether run item replace block 1 64 -1 container.1 with sugar_cane 1 execute in the_nether run item replace block 1 64 -1 container.2 with ice 1 -execute in the_nether run setblock 1 64 0 brown_mushroom -execute in the_nether run setblock -1 64 1 red_mushroom +execute in the_nether run setblock 0 64 1 brown_mushroom +execute in the_nether run setblock -1 64 2 red_mushroom -# place portal last to keep mushroom placement from breaking half the portal initially (not working though) -execute in the_nether run fill 2 63 0 2 63 1 obsidian -execute in the_nether run fill 2 64 2 2 66 2 obsidian -execute in the_nether run fill 2 67 0 2 67 1 obsidian -execute in the_nether run fill 2 64 -1 2 66 -1 obsidian -execute in the_nether run fill 2 64 0 2 66 1 nether_portal diff --git a/data/original_skyblock/structure/bastion_chest.nbt b/data/original_skyblock/structure/bastion_chest.nbt deleted file mode 100644 index 80b57df..0000000 Binary files a/data/original_skyblock/structure/bastion_chest.nbt and /dev/null differ diff --git a/data/original_skyblock/worldgen/template_pool/empty_full.json b/data/original_skyblock/worldgen/template_pool/empty_full.json new file mode 100644 index 0000000..3e33fb1 --- /dev/null +++ b/data/original_skyblock/worldgen/template_pool/empty_full.json @@ -0,0 +1,15 @@ +{ + "name": "original_skyblock:fortress", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "original_skyblock:empty_full", + "projection": "rigid", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/data/original_skyblock/worldgen/template_pool/fortress.json b/data/original_skyblock/worldgen/template_pool/fortress.json deleted file mode 100644 index 3e33fb1..0000000 --- a/data/original_skyblock/worldgen/template_pool/fortress.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "original_skyblock:fortress", - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "element_type": "minecraft:single_pool_element", - "location": "original_skyblock:empty_full", - "projection": "rigid", - "processors": "minecraft:empty" - } - } - ] -} diff --git a/data/original_skyblock/worldgen/template_pool/stronghold.json b/data/original_skyblock/worldgen/template_pool/stronghold.json index c22e6a1..8c478da 100644 --- a/data/original_skyblock/worldgen/template_pool/stronghold.json +++ b/data/original_skyblock/worldgen/template_pool/stronghold.json @@ -1,5 +1,5 @@ { - "name": "original_skyblock:stronghold", + "name": "original_skyblock:fortress", "fallback": "minecraft:empty", "elements": [ { -- cgit v1.2.3