Create/Update assets for version 24w06a

This commit is contained in:
InventiveBot
2024-02-07 18:29:10 +01:00
parent a6b3e32dc5
commit aefe2b4a4a
19638 changed files with 1359969 additions and 18 deletions

View File

@@ -0,0 +1,47 @@
{
"type": "minecraft:disk",
"config": {
"half_height": 2,
"radius": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 6,
"min_inclusive": 2
}
},
"state_provider": {
"fallback": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:sand"
}
},
"rules": [
{
"if_true": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air",
"offset": [
0,
-1,
0
]
},
"then": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:sandstone"
}
}
}
]
},
"target": {
"type": "minecraft:matching_blocks",
"blocks": [
"minecraft:dirt",
"minecraft:grass_block"
]
}
}
}