From 16f9cc850124b563c7e56f6be047eb790daa9b2b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 20:36:55 +0100 Subject: [PATCH] spikes should now only generate underground --- .../worldgen/placed_feature/moon/surface/spike/andesite.json | 3 +++ .../tfg/worldgen/placed_feature/moon/surface/spike/basalt.json | 3 +++ .../tfg/worldgen/placed_feature/moon/surface/spike/dacite.json | 3 +++ .../worldgen/placed_feature/moon/surface/spike/diorite.json | 3 +++ .../tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json | 3 +++ .../placed_feature/moon/surface/spike/glacio_stone.json | 3 +++ .../placed_feature/moon/surface/spike/moon_deepslate.json | 3 +++ .../worldgen/placed_feature/moon/surface/spike/moon_stone.json | 3 +++ .../worldgen/placed_feature/moon/surface/spike/rhyolite.json | 3 +++ 9 files changed, 27 insertions(+) diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json index 1cac464a6..b87a43e57 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json index 5ca0a75d3..7f783c02f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json index ef4a72d6f..7f37a98dd 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json index 255743baa..34846dadb 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json index 18b100266..fd98a11f0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json index 1b1957d8b..287597c97 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json index c101f3ef3..6166c8c39 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json index a7b5976dc..4dc61ff99 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json index 698cd3234..f06252b0b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": {