generated from GenerationsMod/GenerationsModuleTemplateOld
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Structure Sets/Structure jsons are now Complete on Datagen
- Loading branch information
Showing
15 changed files
with
123 additions
and
70 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
..._structures/worldgen/structure/comet.json → ..._structures/worldgen/structure/comet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"type": "minecraft:jigsaw", | ||
"biomes": "#generations_structures:has_structure/comet", | ||
"step": "surface_structures", | ||
"start_pool": "generations_structures:comet", | ||
"max_distance_from_center": 80, | ||
"size": 1, | ||
"spawn_overrides": {}, | ||
"start_height": { | ||
"type": "minecraft:uniform", | ||
"min_inclusive": { | ||
"absolute": 150 | ||
}, | ||
"max_inclusive": { | ||
"below_top": 150 | ||
}, | ||
"min_inclusive": { | ||
"absolute": 250 | ||
} | ||
}, | ||
"use_expansion_hack": false, | ||
"max_distance_from_center": 80, | ||
"spawn_overrides": {} | ||
} | ||
"start_pool": "generations_structures:comet", | ||
"step": "surface_structures", | ||
"use_expansion_hack": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
.../worldgen/structure/scarlet_pokeshop.json → .../worldgen/structure/scarlet_pokeshop.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"type": "yungsapi:yung_jigsaw", | ||
"type": "minecraft:jigsaw", | ||
"biomes": "#generations_structures:has_structure/scarlet_pokeshop", | ||
"step": "surface_structures", | ||
"start_pool": "generations_structures:scarlet_pokeshop", | ||
"size": 1, | ||
"terrain_adaptation": "beard_thin", | ||
"max_distance_from_center": 80, | ||
"project_start_to_heightmap": "WORLD_SURFACE_WG", | ||
"size": 1, | ||
"spawn_overrides": {}, | ||
"start_height": { | ||
"absolute": 1 | ||
}, | ||
"use_expansion_hack": false, | ||
"max_distance_from_center": 80, | ||
"spawn_overrides": {} | ||
"start_pool": "generations_structures:scarlet_pokeshop", | ||
"step": "surface_structures", | ||
"terrain_adaptation": "beard_thin", | ||
"use_expansion_hack": false | ||
} |
25 changes: 14 additions & 11 deletions
25
..._structures/worldgen/structure/spike.json → ..._structures/worldgen/structure/spike.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"type": "minecraft:jigsaw", | ||
"biomes": "#generations_structures:has_structure/spike", | ||
"step": "underground_decoration", | ||
"spawn_overrides": {}, | ||
"start_pool": "generations_structures:spike", | ||
"max_distance_from_center": 75, | ||
"size": 1, | ||
"spawn_overrides": {}, | ||
"start_height": { | ||
"absolute": 0 | ||
"type": "minecraft:uniform", | ||
"max_inclusive": { | ||
"below_top": 120 | ||
}, | ||
"min_inclusive": { | ||
"absolute": 0 | ||
} | ||
}, | ||
"max_height": { | ||
"absolute": 120 | ||
}, | ||
"max_distance_from_center": 75, | ||
"use_expansion_hack": false, | ||
"terrain_adaptation": "beard_thin" | ||
} | ||
"start_pool": "generations_structures:spike", | ||
"step": "underground_decoration", | ||
"terrain_adaptation": "beard_thin", | ||
"use_expansion_hack": false | ||
} |
14 changes: 7 additions & 7 deletions
14
...uctures/worldgen/structure_set/comet.json → ...uctures/worldgen/structure_set/comet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"placement": { | ||
"type": "minecraft:random_spread", | ||
"salt": 1189082690, | ||
"separation": 15, | ||
"spacing": 25 | ||
}, | ||
"structures": [ | ||
{ | ||
"structure": "generations_structures:comet", | ||
"weight": 1 | ||
} | ||
], | ||
"placement": { | ||
"type": "minecraft:random_spread", | ||
"salt": 1189082690, | ||
"spacing": 25, | ||
"separation": 15 | ||
} | ||
] | ||
} |
24 changes: 12 additions & 12 deletions
24
.../worldgen/structure_set/loot_balloon.json → .../worldgen/structure_set/loot_balloon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"placement": { | ||
"type": "minecraft:random_spread", | ||
"salt": 738478911, | ||
"separation": 10, | ||
"spacing": 20 | ||
}, | ||
"structures": [ | ||
{ | ||
"structure": "generations_structures:loot_balloon/normal_balloon", | ||
"structure": "generations_structures:loot_balloon/great_balloon", | ||
"weight": 1 | ||
}, | ||
{ | ||
"structure": "generations_structures:loot_balloon/great_balloon", | ||
"structure": "generations_structures:loot_balloon/master_balloon", | ||
"weight": 1 | ||
}, | ||
{ | ||
"structure": "generations_structures:loot_balloon/ultra_balloon", | ||
"weight": 1 | ||
}, | ||
{ | ||
"structure": "generations_structures:loot_balloon/master_balloon", | ||
"structure": "generations_structures:loot_balloon/beast_balloon", | ||
"weight": 1 | ||
}, | ||
{ | ||
"structure": "generations_structures:loot_balloon/beast_balloon", | ||
"structure": "generations_structures:loot_balloon/meowth_balloon", | ||
"weight": 1 | ||
}, | ||
{ | ||
"structure": "generations_structures:loot_balloon/meowth_balloon", | ||
"structure": "generations_structures:loot_balloon/normal_balloon", | ||
"weight": 1 | ||
} | ||
], | ||
"placement": { | ||
"type": "minecraft:random_spread", | ||
"salt": 738478911, | ||
"spacing": 20, | ||
"separation": 10 | ||
} | ||
] | ||
} |
14 changes: 7 additions & 7 deletions
14
...res/worldgen/structure_set/pokeshops.json → ...res/worldgen/structure_set/pokeshops.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"placement": { | ||
"type": "minecraft:random_spread", | ||
"salt": 293756737, | ||
"separation": 10, | ||
"spacing": 15 | ||
}, | ||
"structures": [ | ||
{ | ||
"structure": "generations_structures:scarlet_pokeshop", | ||
"weight": 1 | ||
} | ||
], | ||
"placement": { | ||
"type": "minecraft:random_spread", | ||
"salt": 293756737, | ||
"spacing": 15, | ||
"separation": 10 | ||
} | ||
] | ||
} |
16 changes: 8 additions & 8 deletions
16
...uctures/worldgen/structure_set/spike.json → ...uctures/worldgen/structure_set/spike.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"placement": { | ||
"type": "minecraft:random_spread", | ||
"salt": 732790531, | ||
"separation": 5, | ||
"spacing": 10 | ||
}, | ||
"structures": [ | ||
{ | ||
"structure": "generations_structures:spike", | ||
"weight": 1 | ||
} | ||
], | ||
"placement": { | ||
"type": "minecraft:random_spread", | ||
"salt": 732790531, | ||
"spacing": 10, | ||
"separation": 5 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters