9
0
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:
RePixelatedMC
2025-08-08 17:27:22 +02:00
parent 9590c32b36
commit be0becf629

View File

@@ -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
}
}
]
}
]