mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-20 15:29:19 +00:00
Fixed Warden summons
This commit is contained in:
@@ -33,9 +33,21 @@
|
|||||||
{
|
{
|
||||||
"chance": 0.05,
|
"chance": 0.05,
|
||||||
"palette": [
|
"palette": [
|
||||||
{"block": "minecraft:sculk_sensor", "weight": 180},
|
{
|
||||||
{"block": "minecraft:sculk_catalyst", "weight": 2},
|
"block": "minecraft:sculk_sensor",
|
||||||
{"block": "minecraft:sculk_shrieker", "weight": 1}
|
"weight": 120
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"block": "minecraft:sculk_catalyst",
|
||||||
|
"weight": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"block": "minecraft:sculk_shrieker",
|
||||||
|
"weight": 1,
|
||||||
|
"data": {
|
||||||
|
"can_summon": true
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user