From e014d6781ebd78544ee1d89f00c6ec701526e594 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 18 May 2025 18:48:03 +0100 Subject: [PATCH] increased the frequency of the tfc-ruined-world structures --- .../structure_set/ancient_monument_1.json | 18 +++++++++++ .../structure_set/limestone_church.json | 30 +++++++++++++++++++ .../worldgen/structure_set/tower_1.json | 30 +++++++++++++++++++ .../worldgen/structure_set/towerhouse_1.json | 26 ++++++++++++++++ .../temperate/plains_temperate_house.json | 4 +-- 5 files changed, 106 insertions(+), 2 deletions(-) create mode 100644 kubejs/data/tfc_ruined_world/worldgen/structure_set/ancient_monument_1.json create mode 100644 kubejs/data/tfc_ruined_world/worldgen/structure_set/limestone_church.json create mode 100644 kubejs/data/tfc_ruined_world/worldgen/structure_set/tower_1.json create mode 100644 kubejs/data/tfc_ruined_world/worldgen/structure_set/towerhouse_1.json diff --git a/kubejs/data/tfc_ruined_world/worldgen/structure_set/ancient_monument_1.json b/kubejs/data/tfc_ruined_world/worldgen/structure_set/ancient_monument_1.json new file mode 100644 index 000000000..3d4cf89c4 --- /dev/null +++ b/kubejs/data/tfc_ruined_world/worldgen/structure_set/ancient_monument_1.json @@ -0,0 +1,18 @@ +{ + "structures": [ + { + "structure": "tfc_ruined_world:ancient_monument_1", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:ancient_monument_2", + "weight": 1 + } + ], + "placement": { + "salt": 1442136154, + "spacing": 50, + "separation": 30, + "type": "minecraft:random_spread" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc_ruined_world/worldgen/structure_set/limestone_church.json b/kubejs/data/tfc_ruined_world/worldgen/structure_set/limestone_church.json new file mode 100644 index 000000000..7a4f0943b --- /dev/null +++ b/kubejs/data/tfc_ruined_world/worldgen/structure_set/limestone_church.json @@ -0,0 +1,30 @@ +{ + "structures": [ + { + "structure": "tfc_ruined_world:limestone_church", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:small_limestone_church", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:medium_gneiss_church", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:small_gneiss_church", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:small_limestone_church_2", + "weight": 1 + } + ], + "placement": { + "salt": 1442136151, + "spacing": 70, + "separation": 50, + "type": "minecraft:random_spread" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc_ruined_world/worldgen/structure_set/tower_1.json b/kubejs/data/tfc_ruined_world/worldgen/structure_set/tower_1.json new file mode 100644 index 000000000..740104fcc --- /dev/null +++ b/kubejs/data/tfc_ruined_world/worldgen/structure_set/tower_1.json @@ -0,0 +1,30 @@ +{ + "structures": [ + { + "structure": "tfc_ruined_world:tower_1", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:tower_2", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:tower_3", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:tower_4", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:tower_5", + "weight": 1 + } + ], + "placement": { + "salt": 1442136152, + "spacing": 60, + "separation": 40, + "type": "minecraft:random_spread" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc_ruined_world/worldgen/structure_set/towerhouse_1.json b/kubejs/data/tfc_ruined_world/worldgen/structure_set/towerhouse_1.json new file mode 100644 index 000000000..339e6135c --- /dev/null +++ b/kubejs/data/tfc_ruined_world/worldgen/structure_set/towerhouse_1.json @@ -0,0 +1,26 @@ +{ + "structures": [ + { + "structure": "tfc_ruined_world:towerhouse_1", + "weight": 2 + }, + { + "structure": "tfc_ruined_world:towerhouse_2", + "weight": 2 + }, + { + "structure": "tfc_ruined_world:castle_1", + "weight": 1 + }, + { + "structure": "tfc_ruined_world:castle_2", + "weight": 1 + } + ], + "placement": { + "salt": 1442136153, + "spacing": 120, + "separation": 100, + "type": "minecraft:random_spread" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure_set/temperate/plains_temperate_house.json b/kubejs/data/tfg/worldgen/structure_set/temperate/plains_temperate_house.json index e9ae1fed3..2af0bca7b 100644 --- a/kubejs/data/tfg/worldgen/structure_set/temperate/plains_temperate_house.json +++ b/kubejs/data/tfg/worldgen/structure_set/temperate/plains_temperate_house.json @@ -7,8 +7,8 @@ ], "placement": { "salt": 264167119, - "spacing": 120, - "separation": 100, + "spacing": 90, + "separation": 70, "type": "minecraft:random_spread" } } \ No newline at end of file