Skip to content

Commit

Permalink
Add Mangrove Swamp and Bamboo Jungle to Dense Overworld Vegetation tag (
Browse files Browse the repository at this point in the history
#3839)

* Add Mangrove Swamp to Dense Overworld Vegetation tag

Closes #3823

* Added bamboo jungle to dense tag

(cherry picked from commit bd772e8)
  • Loading branch information
TelepathicGrunt authored and modmuss50 committed Jun 8, 2024
1 parent 16c4ae2 commit bf2c390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ private void generateClimateAndVegetationTags() {
.add(BiomeKeys.DARK_FOREST)
.add(BiomeKeys.OLD_GROWTH_BIRCH_FOREST)
.add(BiomeKeys.OLD_GROWTH_SPRUCE_TAIGA)
.add(BiomeKeys.JUNGLE);
.add(BiomeKeys.JUNGLE)
.add(BiomeKeys.BAMBOO_JUNGLE)
.add(BiomeKeys.MANGROVE_SWAMP);
getOrCreateTagBuilder(ConventionalBiomeTags.IS_VEGETATION_DENSE)
.addOptionalTag(ConventionalBiomeTags.IS_VEGETATION_DENSE_OVERWORLD);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"minecraft:old_growth_birch_forest",
"minecraft:old_growth_spruce_taiga",
"minecraft:jungle",
"minecraft:bamboo_jungle",
"minecraft:mangrove_swamp",
{
"id": "#c:vegetation_dense",
"required": false
Expand Down

0 comments on commit bf2c390

Please sign in to comment.