You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
22
data/minecraft/worldgen/configured_feature/pile_ice.json
Normal file
22
data/minecraft/worldgen/configured_feature/pile_ice.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:block_pile",
|
||||
"config": {
|
||||
"state_provider": {
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:blue_ice"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:packed_ice"
|
||||
},
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user