summaryrefslogtreecommitdiff
path: root/data/vanilla_skyblock/worldgen/template_pool
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-07-18 11:13:59 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-07-18 11:13:59 +0200
commit9ce7496a99df220d7594f853aad667a3e9bff79f (patch)
tree09b4097a0cb2666613ac087a723ea1c0cd7f4aca /data/vanilla_skyblock/worldgen/template_pool
parentf4ead94a90f775a99132ead16aa1ccf1bfde4e80 (diff)
fix and add structures and missing criteria for advancements
Diffstat (limited to 'data/vanilla_skyblock/worldgen/template_pool')
-rw-r--r--data/vanilla_skyblock/worldgen/template_pool/ocean_monument.json15
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"
+ }
+ }
+ ]
+}