Skip to content

Commit

Permalink
Remove SeaGrass Normal from Lush Stacks as SeaGrass Warm is the same …
Browse files Browse the repository at this point in the history
…feature but more common. Closes #126

Signed-off-by: Joseph T. McQuigg <[email protected]>
  • Loading branch information
JT122406 committed Oct 16, 2024
1 parent 646646c commit 452f4ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 1.3.3
- Make Entity Model Classes Package-Private, remove pointless override of getAnimation Method
- Decrease Pumpkin Warden Shadow Radius
- Fix Incompatibility with William Wythers' Overhauled Overworld/Expanded Ecosphere
- Remove SeaGrass Normal from Lush Stacks as SeaGrass Warm is the same feature but more common

# 1.3.2
- Fix and Add Missing Mossy Red Rock and Mossy Stone Recipes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"minecraft:warm_ocean_vegetation",
"minecraft:seagrass_warm",
"minecraft:sea_pickle",
"minecraft:seagrass_normal",
"minecraft:lush_caves_ceiling_vegetation",
"minecraft:cave_vines",
"minecraft:lush_caves_clay",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ protected static Biome lushStacks(HolderGetter<PlacedFeature> placedFeatureGette
addVegetal(generationSettings, AquaticPlacements.WARM_OCEAN_VEGETATION);
addVegetal(generationSettings, AquaticPlacements.SEAGRASS_WARM);
addVegetal(generationSettings, AquaticPlacements.SEA_PICKLE);
addVegetal(generationSettings, AquaticPlacements.SEAGRASS_NORMAL);
BiomeDefaultFeatures.addLushCavesVegetationFeatures(generationSettings);

MobSpawnSettings.Builder spawnSettings = new MobSpawnSettings.Builder();
Expand Down

0 comments on commit 452f4ea

Please sign in to comment.