1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-10-31 23:55:22 +01: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
parent 0d17a08762
commit 641dfc4530
13 changed files with 22 additions and 5 deletions

View File

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