Skip to content

Commit d6cfb89

Browse files
committed
feat: added Squash Patches to existing biomes #290.
1 parent 2c21279 commit d6cfb89

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/main/resources/data/deep_aether/worldgen/biome/aerlavender_fields.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"aether:tall_grass_patch",
4848
"aether:white_flower_patch",
4949
"aether:purple_flower_patch",
50-
"aether:berry_bush_patch"
50+
"aether:berry_bush_patch",
51+
"deep_aether:patch_squash"
5152
],
5253
[
5354
"aether:crystal_island",

src/main/resources/data/deep_aether/worldgen/biome/luminescent_forest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"deep_aether:luminescent_skyroot_forest_trees",
4444
"aether:holiday_tree",
4545
"deep_aether:luminescent_skyroot_forest_vegetation",
46-
"aether:berry_bush_patch"
46+
"aether:berry_bush_patch",
47+
"deep_aether:patch_squash"
4748
],
4849
[
4950
"aether:crystal_island",

0 commit comments

Comments
 (0)