diff --git a/kubejs/data/tfg/worldgen/biome/nether/basalt_deltas.json b/kubejs/data/tfg/worldgen/biome/nether/basalt_deltas.json index 4d625df11..15907092f 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/basalt_deltas.json +++ b/kubejs/data/tfg/worldgen/biome/nether/basalt_deltas.json @@ -65,6 +65,7 @@ "tfg:nether/surface/pumice_patch", "tfg:nether/surface/beneath_mushrooms", "tfg:nether/surface/guano_patch", + "tfg:nether/surface/stick_patch", "tfg:glow_lichen" ], [ diff --git a/kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json b/kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json index 84db3ad65..fa9968461 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json @@ -62,6 +62,7 @@ "tfg:nether/surface/pumice_patch", "tfg:nether/surface/beneath_mushrooms", "tfg:nether/surface/guano_patch", + "tfg:nether/surface/stick_patch", "tfg:glow_lichen" ], [ diff --git a/kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json b/kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json index a153e073d..30f203713 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json @@ -62,6 +62,7 @@ "tfg:nether/surface/pumice_patch", "tfg:nether/surface/beneath_mushrooms", "tfg:nether/surface/guano_patch", + "tfg:nether/surface/stick_patch", "tfg:glow_lichen" ], [ diff --git a/kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json b/kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json index 6727997c6..47be21839 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json @@ -63,6 +63,7 @@ "tfg:nether/surface/pumice_patch", "tfg:nether/surface/beneath_mushrooms", "tfg:nether/surface/guano_patch", + "tfg:nether/surface/stick_patch", "tfg:glow_lichen" ], [ diff --git a/kubejs/data/tfg/worldgen/biome/nether/granite_caves.json b/kubejs/data/tfg/worldgen/biome/nether/granite_caves.json index eb7ee6830..6b81b7ff9 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/granite_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/granite_caves.json @@ -63,6 +63,7 @@ "tfg:nether/surface/pumice_patch", "tfg:nether/surface/beneath_mushrooms", "tfg:nether/surface/guano_patch", + "tfg:nether/surface/stick_patch", "tfg:glow_lichen" ], [ diff --git a/kubejs/data/tfg/worldgen/biome/nether/schist_caves.json b/kubejs/data/tfg/worldgen/biome/nether/schist_caves.json index 64d47ccbe..f53265473 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/schist_caves.json +++ b/kubejs/data/tfg/worldgen/biome/nether/schist_caves.json @@ -62,6 +62,7 @@ "tfg:nether/surface/pumice_patch", "tfg:nether/surface/beneath_mushrooms", "tfg:nether/surface/guano_patch", + "tfg:nether/surface/stick_patch", "tfg:glow_lichen" ], [ diff --git a/kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json b/kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json index c2cb68321..c4eb20fd6 100644 --- a/kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json +++ b/kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json @@ -59,6 +59,7 @@ "tfg:nether/surface/pumice_patch", "tfg:nether/surface/beneath_mushrooms", "tfg:nether/surface/guano_patch", + "tfg:nether/surface/stick_patch", "tfg:glow_lichen" ], [ diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/surface/pumice_patch.json b/kubejs/data/tfg/worldgen/placed_feature/nether/surface/pumice_patch.json index d1aa2cd2d..df59b5e6c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/surface/pumice_patch.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/surface/pumice_patch.json @@ -8,7 +8,7 @@ }, { "type": "minecraft:count_on_every_layer", - "count": 5 + "count": 10 }, { "type": "minecraft:height_range", diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json b/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json index 0fd942fb2..f03ca089f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/surface/stick_patch.json @@ -1,10 +1,6 @@ { "feature": "tfg:nether/surface/stick_patch", "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 3 - }, { "type": "minecraft:height_range", "height": { @@ -19,7 +15,7 @@ }, { "type": "minecraft:count_on_every_layer", - "count": 1 + "count": 3 }, { "type": "minecraft:in_square"