1
0
spegling av https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-16 07:10:29 +02:00

sand and stone monster models updated along with textures (thanks Sirrobzeroone)

This commit is contained in:
tenplus1
2023-03-22 07:53:11 +00:00
förälder 0d17a08762
incheckning 641dfc4530
13 ändrade filer med 22 tillägg och 5 borttagningar

Visa fil

@ -10,6 +10,15 @@ local stone_types = {
{name = "default:iron_lump", chance = 5, min = 0, max = 2},
{name = "default:gold_lump", chance = 5, min = 0, max = 2}
}
},
{ nodes = {"default:sandstone"},
skins = {"mobs_stone_monster4.png"},
drops = {
{name = "default:sandstone", chance = 1, min = 0, max = 2},
{name = "default:tin_lump", chance = 5, min = 0, max = 2},
{name = "default:copper_lump", chance = 5, min = 0, max = 2}
}
}
}