-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
final update salt_caves
Showing
15 changed files
with
666 additions
and
23 deletions.
There are no files selected for viewing
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
89 changes: 89 additions & 0 deletions
89
src/main/resources/data/ukrainian_delight/worldgen/configured_feature/cave_salt_ceiling.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 |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"type": "minecraft:block_column", | ||
"config": { | ||
"allowed_placement": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
}, | ||
"direction": "down", | ||
"layers": [ | ||
{ | ||
"height": { | ||
"type": "minecraft:weighted_list", | ||
"distribution": [ | ||
{ | ||
"data": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 3, | ||
"min_inclusive": 0 | ||
} | ||
}, | ||
"weight": 5 | ||
}, | ||
{ | ||
"data": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 7, | ||
"min_inclusive": 1 | ||
} | ||
}, | ||
"weight": 1 | ||
} | ||
] | ||
}, | ||
"provider": { | ||
"type": "minecraft:weighted_state_provider", | ||
"entries": [ | ||
{ | ||
"data": { | ||
"Name": "ukrainian_delight:salt_block", | ||
"Properties": { | ||
"berries": "false" | ||
} | ||
}, | ||
"weight": 4 | ||
}, | ||
{ | ||
"data": { | ||
"Name": "ukrainian_delight:salt_block", | ||
"Properties": { | ||
"berries": "true" | ||
} | ||
}, | ||
"weight": 1 | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"height": 1, | ||
"provider": { | ||
"type": "minecraft:weighted_state_provider", | ||
"entries": [ | ||
{ | ||
"data": { | ||
"Name": "ukrainian_delight:salt_block", | ||
"Properties": { | ||
"berries": "false" | ||
} | ||
}, | ||
"weight": 4 | ||
}, | ||
{ | ||
"data": { | ||
"Name": "ukrainian_delight:salt_block", | ||
"Properties": { | ||
"berries": "true" | ||
} | ||
}, | ||
"weight": 1 | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"prioritize_tip": true | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/main/resources/data/ukrainian_delight/worldgen/configured_feature/salt_cave_salt.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"type": "minecraft:random_boolean_selector", | ||
"config": { | ||
"feature_false": { | ||
"feature": "ukrainian_delight:salt_pool_with_dripleaves", | ||
"placement": [] | ||
}, | ||
"feature_true": { | ||
"feature": "ukrainian_delight:salt_with_dripleaves", | ||
"placement": [] | ||
} | ||
} | ||
} |
60 changes: 47 additions & 13 deletions
60
src/main/resources/data/ukrainian_delight/worldgen/configured_feature/salt_column.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,31 +1,65 @@ | ||
{ | ||
"type": "minecraft:block_column", | ||
"config": { | ||
"direction": "up", | ||
"allowed_placement": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
}, | ||
"direction": "down", | ||
"layers": [ | ||
{ | ||
"height": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 15, | ||
"min_inclusive": 1 | ||
} | ||
"type": "minecraft:weighted_list", | ||
"distribution": [ | ||
{ | ||
"data": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 19, | ||
"min_inclusive": 5 | ||
} | ||
}, | ||
"weight": 2 | ||
}, | ||
{ | ||
"data": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 2, | ||
"min_inclusive": 0 | ||
} | ||
}, | ||
"weight": 3 | ||
}, | ||
{ | ||
"data": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 6, | ||
"min_inclusive": 0 | ||
} | ||
}, | ||
"weight": 10 | ||
} | ||
] | ||
}, | ||
"provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
} | ||
}, | ||
{ | ||
"height": 1, | ||
"provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
} | ||
} | ||
], | ||
"allowed_placement": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": [ | ||
"minecraft:air", | ||
"minecraft:water" | ||
] | ||
}, | ||
"prioritize_tip": true | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
src/main/resources/data/ukrainian_delight/worldgen/configured_feature/salt_patch.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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"type": "minecraft:vegetation_patch", | ||
"config": { | ||
"depth": 1, | ||
"extra_bottom_block_chance": 0.0, | ||
"extra_edge_column_chance": 0.3, | ||
"ground_state": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:calcite" | ||
} | ||
}, | ||
"replaceable": "#minecraft:moss_replaceable", | ||
"surface": "floor", | ||
"vegetation_chance": 0.8, | ||
"vegetation_feature": { | ||
"feature": "ukrainian_delight:salt_salt", | ||
"placement": [] | ||
}, | ||
"vertical_range": 5, | ||
"xz_radius": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 7, | ||
"min_inclusive": 4 | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...main/resources/data/ukrainian_delight/worldgen/configured_feature/salt_patch_ceiling.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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"type": "minecraft:vegetation_patch", | ||
"config": { | ||
"depth": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 2, | ||
"min_inclusive": 1 | ||
} | ||
}, | ||
"extra_bottom_block_chance": 0.0, | ||
"extra_edge_column_chance": 0.3, | ||
"ground_state": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
}, | ||
"replaceable": "#minecraft:moss_replaceable", | ||
"surface": "ceiling", | ||
"vegetation_chance": 0.08, | ||
"vegetation_feature": { | ||
"feature": "ukrainian_delight:cave_salt_ceiling", | ||
"placement": [] | ||
}, | ||
"vertical_range": 5, | ||
"xz_radius": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 7, | ||
"min_inclusive": 4 | ||
} | ||
} | ||
} | ||
} |
191 changes: 191 additions & 0 deletions
191
src/main/resources/data/ukrainian_delight/worldgen/configured_feature/salt_peak.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 |
---|---|---|
@@ -0,0 +1,191 @@ | ||
{ | ||
"type": "minecraft:simple_random_selector", | ||
"config": { | ||
"features": [ | ||
{ | ||
"feature": { | ||
"type": "minecraft:simple_block", | ||
"config": { | ||
"to_place": { | ||
"type": "minecraft:weighted_state_provider", | ||
"entries": [ | ||
{ | ||
"data": { | ||
"Name": "ukrainian_delight:salt_block" | ||
}, | ||
"weight": 1 | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"placement": [] | ||
}, | ||
{ | ||
"feature": { | ||
"type": "minecraft:block_column", | ||
"config": { | ||
"allowed_placement": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": [ | ||
"minecraft:air", | ||
"minecraft:water" | ||
] | ||
}, | ||
"direction": "up", | ||
"layers": [ | ||
{ | ||
"height": { | ||
"type": "minecraft:weighted_list", | ||
"distribution": [ | ||
{ | ||
"data": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 4, | ||
"min_inclusive": 0 | ||
} | ||
}, | ||
"weight": 2 | ||
}, | ||
{ | ||
"data": 0, | ||
"weight": 1 | ||
} | ||
] | ||
}, | ||
"provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
} | ||
}, | ||
{ | ||
"height": 1, | ||
"provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
} | ||
} | ||
], | ||
"prioritize_tip": true | ||
} | ||
}, | ||
"placement": [] | ||
}, | ||
{ | ||
"feature": { | ||
"type": "minecraft:block_column", | ||
"config": { | ||
"allowed_placement": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": [ | ||
"minecraft:air", | ||
"minecraft:water" | ||
] | ||
}, | ||
"direction": "up", | ||
"layers": [ | ||
{ | ||
"height": { | ||
"type": "minecraft:weighted_list", | ||
"distribution": [ | ||
{ | ||
"data": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 4, | ||
"min_inclusive": 0 | ||
} | ||
}, | ||
"weight": 2 | ||
}, | ||
{ | ||
"data": 0, | ||
"weight": 1 | ||
} | ||
] | ||
}, | ||
"provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
} | ||
}, | ||
{ | ||
"height": 1, | ||
"provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
} | ||
} | ||
], | ||
"prioritize_tip": true | ||
} | ||
}, | ||
"placement": [] | ||
}, | ||
{ | ||
"feature": { | ||
"type": "minecraft:block_column", | ||
"config": { | ||
"allowed_placement": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": [ | ||
"minecraft:air", | ||
"minecraft:water" | ||
] | ||
}, | ||
"direction": "up", | ||
"layers": [ | ||
{ | ||
"height": { | ||
"type": "minecraft:weighted_list", | ||
"distribution": [ | ||
{ | ||
"data": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 4, | ||
"min_inclusive": 0 | ||
} | ||
}, | ||
"weight": 2 | ||
}, | ||
{ | ||
"data": 0, | ||
"weight": 1 | ||
} | ||
] | ||
}, | ||
"provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
} | ||
}, | ||
{ | ||
"height": 1, | ||
"provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
} | ||
} | ||
], | ||
"prioritize_tip": true | ||
} | ||
}, | ||
"placement": [] | ||
} | ||
] | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...sources/data/ukrainian_delight/worldgen/configured_feature/salt_pool_with_dripleaves.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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"type": "minecraft:waterlogged_vegetation_patch", | ||
"config": { | ||
"depth": 3, | ||
"extra_bottom_block_chance": 0.8, | ||
"extra_edge_column_chance": 0.7, | ||
"ground_state": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
}, | ||
"replaceable": "#minecraft:lush_ground_replaceable", | ||
"surface": "floor", | ||
"vegetation_chance": 0.1, | ||
"vegetation_feature": { | ||
"feature": "ukrainian_delight:salt_peak", | ||
"placement": [] | ||
}, | ||
"vertical_range": 5, | ||
"xz_radius": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"min_inclusive": 4, | ||
"max_inclusive": 7 | ||
} | ||
} | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
src/main/resources/data/ukrainian_delight/worldgen/configured_feature/salt_salt.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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"type": "minecraft:simple_block", | ||
"config": { | ||
"to_place": { | ||
"type": "minecraft:weighted_state_provider", | ||
"entries": [ | ||
{ | ||
"data": { | ||
"Name": "minecraft:flowering_azalea" | ||
}, | ||
"weight": 4 | ||
}, | ||
{ | ||
"data": { | ||
"Name": "minecraft:azalea" | ||
}, | ||
"weight": 7 | ||
}, | ||
{ | ||
"data": { | ||
"Name": "minecraft:air" | ||
}, | ||
"weight": 25 | ||
}, | ||
{ | ||
"data": { | ||
"Name": "minecraft:grass" | ||
}, | ||
"weight": 50 | ||
}, | ||
{ | ||
"data": { | ||
"Name": "minecraft:tall_grass", | ||
"Properties": { | ||
"half": "lower" | ||
} | ||
}, | ||
"weight": 10 | ||
} | ||
] | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...in/resources/data/ukrainian_delight/worldgen/configured_feature/salt_with_dripleaves.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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"type": "minecraft:vegetation_patch", | ||
"config": { | ||
"depth": 3, | ||
"extra_bottom_block_chance": 0.8, | ||
"extra_edge_column_chance": 0.7, | ||
"ground_state": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "ukrainian_delight:salt_block" | ||
} | ||
}, | ||
"replaceable": "#minecraft:lush_ground_replaceable", | ||
"surface": "floor", | ||
"vegetation_chance": 0.05, | ||
"vegetation_feature": { | ||
"feature": "ukrainian_delight:salt_peak", | ||
"placement": [] | ||
}, | ||
"vertical_range": 2, | ||
"xz_radius": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 7, | ||
"min_inclusive": 4 | ||
} | ||
} | ||
} | ||
} |
46 changes: 46 additions & 0 deletions
46
src/main/resources/data/ukrainian_delight/worldgen/placed_feature/salt_cave_salt.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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"feature": "ukrainian_delight:salt_cave_salt", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:count", | ||
"count": 62 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:height_range", | ||
"height": { | ||
"type": "minecraft:uniform", | ||
"max_inclusive": { | ||
"absolute": 256 | ||
}, | ||
"min_inclusive": { | ||
"above_bottom": 0 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "minecraft:environment_scan", | ||
"allowed_search_condition": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": [ | ||
"minecraft:air" | ||
] | ||
}, | ||
"direction_of_search": "down", | ||
"max_steps": 12, | ||
"target_condition": { | ||
"type": "minecraft:solid" | ||
} | ||
}, | ||
{ | ||
"type": "minecraft:random_offset", | ||
"xz_spread": 0, | ||
"y_spread": 1 | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |
44 changes: 44 additions & 0 deletions
44
src/main/resources/data/ukrainian_delight/worldgen/placed_feature/salt_cave_vegetation.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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"feature": "ukrainian_delight:salt_patch", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:count", | ||
"count": 125 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:height_range", | ||
"height": { | ||
"type": "minecraft:uniform", | ||
"max_inclusive": { | ||
"absolute": 256 | ||
}, | ||
"min_inclusive": { | ||
"above_bottom": 0 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "minecraft:environment_scan", | ||
"allowed_search_condition": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
}, | ||
"direction_of_search": "down", | ||
"max_steps": 12, | ||
"target_condition": { | ||
"type": "minecraft:solid" | ||
} | ||
}, | ||
{ | ||
"type": "minecraft:random_offset", | ||
"xz_spread": 0, | ||
"y_spread": 1 | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |
44 changes: 44 additions & 0 deletions
44
...ain/resources/data/ukrainian_delight/worldgen/placed_feature/salt_caves_ceiling_salt.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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"feature": "ukrainian_delight:salt_patch_ceiling", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:count", | ||
"count": 80 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:height_range", | ||
"height": { | ||
"type": "minecraft:uniform", | ||
"max_inclusive": { | ||
"absolute": 256 | ||
}, | ||
"min_inclusive": { | ||
"above_bottom": 0 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "minecraft:environment_scan", | ||
"allowed_search_condition": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
}, | ||
"direction_of_search": "up", | ||
"max_steps": 12, | ||
"target_condition": { | ||
"type": "minecraft:solid" | ||
} | ||
}, | ||
{ | ||
"type": "minecraft:random_offset", | ||
"xz_spread": 0, | ||
"y_spread": -1 | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |
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