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