diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-07-18 11:13:59 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-07-18 11:13:59 +0200 |
commit | 9ce7496a99df220d7594f853aad667a3e9bff79f (patch) | |
tree | 09b4097a0cb2666613ac087a723ea1c0cd7f4aca /data/vanilla_skyblock/worldgen | |
parent | f4ead94a90f775a99132ead16aa1ccf1bfde4e80 (diff) |
fix and add structures and missing criteria for advancements
Diffstat (limited to 'data/vanilla_skyblock/worldgen')
-rw-r--r-- | data/vanilla_skyblock/worldgen/template_pool/ocean_monument.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" + } + } + ] +} |