Private
Public Access
1
0

Generated new data.

This commit is contained in:
2026-05-25 21:56:22 +01:00
parent 9c582b2faa
commit dc4684404c
11 changed files with 9 additions and 265 deletions

View File

@ -1,6 +1,5 @@
{ {
"parent": "firefly_bush_backport:block/cross_emissive", "parent": "firefly_bush_backport:block/cross_emissive",
"render_type": "minecraft:cutout",
"textures": { "textures": {
"cross": "firefly_bush_backport:block/firefly_bush", "cross": "firefly_bush_backport:block/firefly_bush",
"cross_emissive": "firefly_bush_backport:block/firefly_bush_emissive" "cross_emissive": "firefly_bush_backport:block/firefly_bush_emissive"

View File

@ -1,5 +1,6 @@
{ {
"block.firefly_bush.idle": { "block.firefly_bush.idle": {
"subtitle": "sound.firefly_bush_backport.block.firefly_bush.idle",
"sounds": [ "sounds": [
{ {
"name": "firefly_bush_backport:block/firefly_bush/firefly_bush1", "name": "firefly_bush_backport:block/firefly_bush/firefly_bush1",
@ -49,7 +50,6 @@
"name": "firefly_bush_backport:block/firefly_bush/firefly_bush11", "name": "firefly_bush_backport:block/firefly_bush/firefly_bush11",
"volume": 4.0 "volume": 4.0
} }
], ]
"subtitle": "sound.firefly_bush_backport.block.firefly_bush.idle"
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

@ -2,20 +2,18 @@
"type": "minecraft:block", "type": "minecraft:block",
"pools": [ "pools": [
{ {
"bonus_rolls": 0.0, "rolls": 1,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [ "entries": [
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "firefly_bush_backport:firefly_bush" "name": "firefly_bush_backport:firefly_bush"
} }
], ],
"rolls": 1.0 "conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
} }
], ]
"random_sequence": "firefly_bush_backport:blocks/firefly_bush"
} }

View File

@ -1,30 +0,0 @@
{
"type": "minecraft:random_patch",
"config": {
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "firefly_bush_backport:firefly_bush"
}
}
}
},
"placement": [
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
}
}
]
},
"tries": 20,
"xz_spread": 4,
"y_spread": 3
}
}

View File

@ -1,90 +0,0 @@
{
"feature": "firefly_bush_backport:patch_firefly_bush",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING_NO_LEAVES"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:would_survive",
"state": {
"Name": "firefly_bush_backport:firefly_bush"
}
},
{
"type": "minecraft:any_of",
"predicates": [
{
"type": "minecraft:matching_fluids",
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"offset": [
1,
-1,
0
]
},
{
"type": "minecraft:matching_fluids",
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"offset": [
-1,
-1,
0
]
},
{
"type": "minecraft:matching_fluids",
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"offset": [
0,
-1,
1
]
},
{
"type": "minecraft:matching_fluids",
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"offset": [
0,
-1,
-1
]
}
]
}
]
}
}
]
}

View File

@ -1,90 +0,0 @@
{
"feature": "firefly_bush_backport:patch_firefly_bush",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:would_survive",
"state": {
"Name": "firefly_bush_backport:firefly_bush"
}
},
{
"type": "minecraft:any_of",
"predicates": [
{
"type": "minecraft:matching_fluids",
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"offset": [
1,
-1,
0
]
},
{
"type": "minecraft:matching_fluids",
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"offset": [
-1,
-1,
0
]
},
{
"type": "minecraft:matching_fluids",
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"offset": [
0,
-1,
1
]
},
{
"type": "minecraft:matching_fluids",
"fluids": [
"minecraft:water",
"minecraft:flowing_water"
],
"offset": [
0,
-1,
-1
]
}
]
}
]
}
}
]
}

View File

@ -1,19 +0,0 @@
{
"feature": "firefly_bush_backport:patch_firefly_bush",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 8
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
}
]
}