From 9ce7496a99df220d7594f853aad667a3e9bff79f Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 18 Jul 2024 11:13:59 +0200 Subject: fix and add structures and missing criteria for advancements --- data/vanilla_skyblock/function/initialize.mcfunction | 5 ++--- data/vanilla_skyblock/structure/ocean_monument.nbt | Bin 0 -> 276127 bytes data/vanilla_skyblock/structure/trial_chamber.nbt | Bin 9101 -> 9094 bytes data/vanilla_skyblock/structure/village_desert.nbt | Bin 0 -> 844 bytes .../worldgen/template_pool/ocean_monument.json | 15 +++++++++++++++ 5 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 data/vanilla_skyblock/structure/ocean_monument.nbt create mode 100644 data/vanilla_skyblock/structure/village_desert.nbt create mode 100644 data/vanilla_skyblock/worldgen/template_pool/ocean_monument.json (limited to 'data/vanilla_skyblock') diff --git a/data/vanilla_skyblock/function/initialize.mcfunction b/data/vanilla_skyblock/function/initialize.mcfunction index 9aa7c02..b30ae0c 100644 --- a/data/vanilla_skyblock/function/initialize.mcfunction +++ b/data/vanilla_skyblock/function/initialize.mcfunction @@ -19,9 +19,8 @@ execute in overworld run place feature oak -1 64 4 execute in overworld run setblock 4 64 0 chest[facing=west] execute in overworld run item replace block 4 64 0 container.0 with ice 1 execute in overworld run item replace block 4 64 0 container.1 with lava_bucket 1 - -execute in overworld run setblock -1 61 4 chest[facing=north] -execute in overworld run item replace block -1 61 4 container.0 with sweet_berries 1 +execute in overworld run item replace block 4 64 0 container.25 with sweet_berries 1 +execute in overworld run item replace block 4 64 0 container.26 with glow_berries 1 diff --git a/data/vanilla_skyblock/structure/ocean_monument.nbt b/data/vanilla_skyblock/structure/ocean_monument.nbt new file mode 100644 index 0000000..f785daf Binary files /dev/null and b/data/vanilla_skyblock/structure/ocean_monument.nbt differ diff --git a/data/vanilla_skyblock/structure/trial_chamber.nbt b/data/vanilla_skyblock/structure/trial_chamber.nbt index 63d0f51..7621e2f 100644 Binary files a/data/vanilla_skyblock/structure/trial_chamber.nbt and b/data/vanilla_skyblock/structure/trial_chamber.nbt differ diff --git a/data/vanilla_skyblock/structure/village_desert.nbt b/data/vanilla_skyblock/structure/village_desert.nbt new file mode 100644 index 0000000..c89600c Binary files /dev/null and b/data/vanilla_skyblock/structure/village_desert.nbt differ diff --git a/data/vanilla_skyblock/worldgen/template_pool/ocean_monument.json b/data/vanilla_skyblock/worldgen/template_pool/ocean_monument.json new file mode 100644 index 0000000..803a6b9 --- /dev/null +++ b/data/vanilla_skyblock/worldgen/template_pool/ocean_monument.json @@ -0,0 +1,15 @@ +{ + "name": "vanilla_skyblock:ocean_monument", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "location": "vanilla_skyblock:ocean_monument", + "projection": "rigid", + "processors": "minecraft:empty" + } + } + ] +} -- cgit v1.2.3