mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-19 14:59:22 +00:00
Fixed Warden summons
This commit is contained in:
@@ -33,9 +33,21 @@
|
||||
{
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
{"block": "minecraft:sculk_sensor", "weight": 180},
|
||||
{"block": "minecraft:sculk_catalyst", "weight": 2},
|
||||
{"block": "minecraft:sculk_shrieker", "weight": 1}
|
||||
{
|
||||
"block": "minecraft:sculk_sensor",
|
||||
"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