Create/Update assets for version 25w09a

This commit is contained in:
InventiveBot
2025-02-26 18:31:02 +01:00
parent cae88d9a77
commit 8caafb37a5
22030 changed files with 1526584 additions and 18 deletions

View File

@@ -0,0 +1,50 @@
{
"type": "minecraft:fallen_tree",
"config": {
"log_decorators": [
{
"type": "minecraft:attached_to_logs",
"block_provider": {
"type": "minecraft:weighted_state_provider",
"entries": [
{
"data": {
"Name": "minecraft:red_mushroom"
},
"weight": 2
},
{
"data": {
"Name": "minecraft:brown_mushroom"
},
"weight": 1
}
]
},
"directions": [
"up"
],
"probability": 0.1
}
],
"log_length": {
"type": "minecraft:uniform",
"max_inclusive": 7,
"min_inclusive": 4
},
"stump_decorators": [
{
"type": "minecraft:trunk_vine"
}
],
"trunk_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:oak_log",
"Properties": {
"axis": "y"
}
}
}
}
}