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
  • Loading branch information
TelepathicGrunt authored Jun 15, 2024
1 parent 0f64cf9 commit 7774be7
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 @@ -4,6 +4,8 @@
"minecraft:old_growth_birch_forest",
"minecraft:old_growth_spruce_taiga",
"minecraft:jungle",
"minecraft:bamboo_jungle",
"minecraft:mangrove_swamp",
{
"id": "#forge:is_dense/overworld",
"required": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ protected void addTags(HolderLookup.Provider lookupProvider) {
.add(Biomes.DARK_FOREST)
.add(Biomes.OLD_GROWTH_BIRCH_FOREST)
.add(Biomes.OLD_GROWTH_SPRUCE_TAIGA)
.add(Biomes.JUNGLE);
.add(Biomes.JUNGLE)
.add(Biomes.BAMBOO_JUNGLE)
.add(Biomes.MANGROVE_SWAMP);
tag(Tags.Biomes.IS_DENSE_VEGETATION_NETHER);
tag(Tags.Biomes.IS_DENSE_VEGETATION_END);
tag(Tags.Biomes.IS_DENSE_VEGETATION).addTag(Tags.Biomes.IS_DENSE_VEGETATION_OVERWORLD).addOptionalTag(Tags.Biomes.IS_DENSE_VEGETATION_NETHER.location()).addOptionalTag(Tags.Biomes.IS_DENSE_VEGETATION_END.location());
Expand Down

0 comments on commit 7774be7

Please sign in to comment.