Generated new data.

This commit is contained in:
2026-05-01 19:13:42 +01:00
parent 6edf2728b1
commit 8207e7c82c
5 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "forge:add_features", "type": "neoforge:add_features",
"biomes": "#minecraft:is_overworld", "biomes": "#minecraft:is_overworld",
"features": "firefly_bush_backport:patch_firefly_bush_near_water", "features": "firefly_bush_backport:patch_firefly_bush_near_water",
"step": "vegetal_decoration" "step": "vegetal_decoration"

View File

@ -1,6 +1,6 @@
{ {
"type": "forge:add_features", "type": "neoforge:add_features",
"biomes": "#forge:is_swamp", "biomes": "#c:is_swamp",
"features": "firefly_bush_backport:patch_firefly_bush_near_water_swamp", "features": "firefly_bush_backport:patch_firefly_bush_near_water_swamp",
"step": "vegetal_decoration" "step": "vegetal_decoration"
} }

View File

@ -1,6 +1,6 @@
{ {
"type": "forge:add_features", "type": "neoforge:add_features",
"biomes": "#forge:is_swamp", "biomes": "#c:is_swamp",
"features": "firefly_bush_backport:patch_firefly_bush_swamp", "features": "firefly_bush_backport:patch_firefly_bush_swamp",
"step": "vegetal_decoration" "step": "vegetal_decoration"
} }

View File

@ -1,6 +1,6 @@
{ {
"type": "forge:remove_features", "type": "neoforge:remove_features",
"biomes": "#forge:is_swamp", "biomes": "#c:is_swamp",
"features": "firefly_bush_backport:patch_firefly_bush_near_water", "features": "firefly_bush_backport:patch_firefly_bush_near_water",
"steps": "vegetal_decoration" "steps": "vegetal_decoration"
} }