1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-06-07 12:30:28 +02:00

add land guard to lucky block

This commit is contained in:
tenplus1 2025-05-08 10:26:00 +01:00
parent 32da63e517
commit 521a630efe

View File

@ -37,6 +37,7 @@ lucky_block:add_blocks({
{"spw", "mobs:spider", 5},
{"spw", "mobs:mese_monster", 2},
{"spw", "mobs:lava_flan", 3},
{"spw", "mobs_monster:land_guard", 2},
{"nod", "default:chest", 0, {
{name = "mobs:lava_orb", max = 1}}},
})