From 39db363896cca3c63bd464cd0e58f4919f537502 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 16 Aug 2025 03:02:29 +0100 Subject: [PATCH] made crops a little rarer, grasses a little more common --- .../tfg/worldgen/configured_feature/mars/crop/amber_root.json | 2 +- .../worldgen/configured_feature/mars/crop/blossom_berry.json | 2 +- .../worldgen/configured_feature/mars/crop/bolux_mushroom.json | 2 +- .../worldgen/configured_feature/mars/crop/cave_pumpkin.json | 2 +- .../configured_feature/mars/crop/chorus_mushroom.json | 2 +- .../worldgen/configured_feature/mars/crop/shadow_berry.json | 2 +- .../tfg/worldgen/placed_feature/mars/crop/amber_root.json | 2 +- .../tfg/worldgen/placed_feature/mars/crop/blossom_berry.json | 2 +- .../tfg/worldgen/placed_feature/mars/crop/bolux_mushroom.json | 2 +- .../tfg/worldgen/placed_feature/mars/crop/cave_pumpkin.json | 2 +- .../worldgen/placed_feature/mars/crop/chorus_mushroom.json | 2 +- .../tfg/worldgen/placed_feature/mars/crop/shadow_berry.json | 2 +- .../tfg/worldgen/placed_feature/mars/surface/aeridium.json | 4 ++-- .../tfg/worldgen/placed_feature/mars/surface/cave_grass.json | 2 +- .../tfg/worldgen/placed_feature/mars/surface/lutebus.json | 2 +- .../data/tfg/worldgen/placed_feature/mars/surface/orango.json | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/amber_root.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/amber_root.json index 6517e2edb..adb77bb40 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/amber_root.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/amber_root.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/blossom_berry.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/blossom_berry.json index 84b07a38f..dcff72864 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/blossom_berry.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/blossom_berry.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/bolux_mushroom.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/bolux_mushroom.json index 7ae8ad29f..7a4b3d1b6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/bolux_mushroom.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/bolux_mushroom.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/cave_pumpkin.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/cave_pumpkin.json index 89db4f83c..d9101720e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/cave_pumpkin.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/cave_pumpkin.json @@ -30,7 +30,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/chorus_mushroom.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/chorus_mushroom.json index 19e67254c..004a6db4c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/chorus_mushroom.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/chorus_mushroom.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/shadow_berry.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/shadow_berry.json index e316ca1e0..6975247b2 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/shadow_berry.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/shadow_berry.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/amber_root.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/amber_root.json index a754268f1..6ffacad5c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/amber_root.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/amber_root.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 60 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/blossom_berry.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/blossom_berry.json index 8be00bd3c..1a4913e22 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/blossom_berry.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/blossom_berry.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 60 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/bolux_mushroom.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/bolux_mushroom.json index d7b0ae0b2..dc42c645f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/bolux_mushroom.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/bolux_mushroom.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 60 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/cave_pumpkin.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/cave_pumpkin.json index 639a59c9c..95c6d9943 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/cave_pumpkin.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/cave_pumpkin.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 60 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/chorus_mushroom.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/chorus_mushroom.json index 73f8b11f3..af59e4dc0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/chorus_mushroom.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/chorus_mushroom.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 60 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/shadow_berry.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/shadow_berry.json index 510bb64d6..16d39386f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/shadow_berry.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/shadow_berry.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 60 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeridium.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeridium.json index ffc5ef7f8..f1ab0c68f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeridium.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeridium.json @@ -1,9 +1,9 @@ { - "feature": "tfg:mars/surface/ruscus", + "feature": "tfg:mars/surface/aeridium", "placement": [ { "type": "minecraft:count", - "count": 1 + "count": 2 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/cave_grass.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/cave_grass.json index b464f6c22..bc216736e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/cave_grass.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/cave_grass.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:count", - "count": 6 + "count": 7 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/lutebus.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/lutebus.json index d674231a5..6a1d566b5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/lutebus.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/lutebus.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:count", - "count": 2 + "count": 4 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/orango.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/orango.json index 98419b076..d0442c031 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/orango.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/orango.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:count", - "count": 2 + "count": 4 }, { "type": "minecraft:in_square"