-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Firefly Bushes now generate in Mangrove Swamps.
- Loading branch information
1 parent
7843ea7
commit 74162ff
Showing
11 changed files
with
371 additions
and
16 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
10 changes: 0 additions & 10 deletions
10
src/main/generated/data/wilderwild/tags/worldgen/biome/entity/spawn/firefly.json
This file was deleted.
Oops, something went wrong.
132 changes: 132 additions & 0 deletions
132
src/main/generated/data/wilderwild/tags/worldgen/biome/feature/has_firefly_bush.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,132 @@ | ||
{ | ||
"values": [ | ||
"minecraft:old_growth_spruce_taiga", | ||
"minecraft:old_growth_pine_taiga", | ||
"minecraft:jungle", | ||
"minecraft:bamboo_jungle", | ||
"minecraft:sparse_jungle", | ||
"minecraft:windswept_forest", | ||
"minecraft:windswept_hills", | ||
"minecraft:windswept_gravelly_hills", | ||
"minecraft:plains", | ||
"minecraft:sunflower_plains", | ||
"minecraft:snowy_plains", | ||
"minecraft:mushroom_fields", | ||
"minecraft:frozen_ocean", | ||
"minecraft:taiga", | ||
"minecraft:snowy_taiga", | ||
"minecraft:dark_forest", | ||
"minecraft:forest", | ||
"minecraft:flower_forest", | ||
"minecraft:birch_forest", | ||
"minecraft:old_growth_birch_forest", | ||
"minecraft:river", | ||
"minecraft:frozen_river", | ||
"minecraft:beach", | ||
"minecraft:snowy_beach", | ||
"minecraft:savanna", | ||
"minecraft:savanna_plateau", | ||
"minecraft:windswept_savanna", | ||
"minecraft:ocean", | ||
"minecraft:deep_ocean", | ||
"minecraft:lukewarm_ocean", | ||
"minecraft:deep_lukewarm_ocean", | ||
"minecraft:warm_ocean", | ||
"minecraft:cold_ocean", | ||
"minecraft:deep_cold_ocean", | ||
"minecraft:frozen_ocean", | ||
"minecraft:deep_frozen_ocean", | ||
{ | ||
"id": "wilderwild:snowy_old_growth_pine_taiga", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:birch_taiga", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:dark_taiga", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:old_growth_birch_taiga", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:birch_jungle", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:sparse_birch_jungle", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:dark_birch_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:semi_birch_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:parched_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:dying_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:dying_mixed_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:snowy_dying_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:snowy_dying_mixed_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:rainforest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:mixed_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:warm_beach", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:warm_river", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:old_growth_dark_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:temperate_rainforest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:maple_forest", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:tundra", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:flower_field", | ||
"required": false | ||
}, | ||
{ | ||
"id": "wilderwild:cypress_wetlands", | ||
"required": false | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/data/wilderwild/tags/worldgen/biome/feature/has_firefly_bush_swamp.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,6 @@ | ||
{ | ||
"values": [ | ||
"minecraft:swamp", | ||
"minecraft:mangrove_swamp" | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
...main/generated/data/wilderwild/worldgen/placed_feature/patch_firefly_bush_near_water.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,19 @@ | ||
{ | ||
"feature": "minecraft:patch_firefly_bush_near_water", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:rarity_filter", | ||
"chance": 6 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:heightmap", | ||
"heightmap": "MOTION_BLOCKING" | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |
90 changes: 90 additions & 0 deletions
90
...enerated/data/wilderwild/worldgen/placed_feature/patch_firefly_bush_near_water_swamp.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,90 @@ | ||
{ | ||
"feature": "minecraft:patch_firefly_bush", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:rarity_filter", | ||
"chance": 4 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:heightmap", | ||
"heightmap": "MOTION_BLOCKING" | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
}, | ||
{ | ||
"type": "minecraft:block_predicate_filter", | ||
"predicate": { | ||
"type": "minecraft:all_of", | ||
"predicates": [ | ||
{ | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
}, | ||
{ | ||
"type": "minecraft:would_survive", | ||
"state": { | ||
"Name": "minecraft:firefly_bush" | ||
} | ||
}, | ||
{ | ||
"type": "minecraft:any_of", | ||
"predicates": [ | ||
{ | ||
"type": "minecraft:matching_fluids", | ||
"fluids": [ | ||
"minecraft:water", | ||
"minecraft:flowing_water" | ||
], | ||
"offset": [ | ||
1, | ||
-1, | ||
0 | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:matching_fluids", | ||
"fluids": [ | ||
"minecraft:water", | ||
"minecraft:flowing_water" | ||
], | ||
"offset": [ | ||
-1, | ||
-1, | ||
0 | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:matching_fluids", | ||
"fluids": [ | ||
"minecraft:water", | ||
"minecraft:flowing_water" | ||
], | ||
"offset": [ | ||
0, | ||
-1, | ||
1 | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:matching_fluids", | ||
"fluids": [ | ||
"minecraft:water", | ||
"minecraft:flowing_water" | ||
], | ||
"offset": [ | ||
0, | ||
-1, | ||
-1 | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
src/main/generated/data/wilderwild/worldgen/placed_feature/patch_firefly_bush_swamp.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,15 @@ | ||
{ | ||
"feature": "minecraft:patch_firefly_bush", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:heightmap", | ||
"heightmap": "MOTION_BLOCKING" | ||
}, | ||
{ | ||
"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
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
Oops, something went wrong.