summaryrefslogtreecommitdiff
path: root/data/vanilla_skyblock/worldgen/template_pool/stronghold.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-06-23 17:04:11 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-06-23 17:04:11 +0200
commitfcbea16f2ae86843eb214f64e02a96862e8e3564 (patch)
treecf169230f9ad723e610cfb511701ae128c754ed2 /data/vanilla_skyblock/worldgen/template_pool/stronghold.json
parent9104556192e966c52b28c2e95e3e9692ed8e7932 (diff)
original => vanilla && overwrite some more hard-coded structures :]
Diffstat (limited to 'data/vanilla_skyblock/worldgen/template_pool/stronghold.json')
-rw-r--r--data/vanilla_skyblock/worldgen/template_pool/stronghold.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/vanilla_skyblock/worldgen/template_pool/stronghold.json b/data/vanilla_skyblock/worldgen/template_pool/stronghold.json
new file mode 100644
index 0000000..1120c75
--- /dev/null
+++ b/data/vanilla_skyblock/worldgen/template_pool/stronghold.json
@@ -0,0 +1,15 @@
+{
+ "name": "vanilla_skyblock:stronghold",
+ "fallback": "minecraft:empty",
+ "elements": [
+ {
+ "weight": 1,
+ "element": {
+ "element_type": "minecraft:single_pool_element",
+ "location": "vanilla_skyblock:end/end_portal",
+ "projection": "rigid",
+ "processors": "minecraft:empty"
+ }
+ }
+ ]
+}