You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
34
data/minecraft/worldgen/configured_feature/ice_patch.json
Normal file
34
data/minecraft/worldgen/configured_feature/ice_patch.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "minecraft:disk",
|
||||
"config": {
|
||||
"half_height": 1,
|
||||
"radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 3,
|
||||
"min_inclusive": 2
|
||||
}
|
||||
},
|
||||
"state_provider": {
|
||||
"fallback": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:packed_ice"
|
||||
}
|
||||
},
|
||||
"rules": []
|
||||
},
|
||||
"target": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:dirt",
|
||||
"minecraft:grass_block",
|
||||
"minecraft:podzol",
|
||||
"minecraft:coarse_dirt",
|
||||
"minecraft:mycelium",
|
||||
"minecraft:snow_block",
|
||||
"minecraft:ice"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user