diff --git a/license.txt b/license.txt index c3ba144..a2d7be9 100644 --- a/license.txt +++ b/license.txt @@ -40,6 +40,16 @@ Textures created by wwar (CC0) mobs_land_guard2.png mobs_land_guard3.png +Textures by AMMOnym (WTFPL) + mobs_stone_monster2.png + +Textures by TenPlus1 (MIT) + mobs_stone_monster3.png + +Textures by Sirrobzeroone (CC0 1.0 Universal) + mobs_stone_monster4.png + mobs_sand_monster.png + Textures and Model created by SirrobZeroone (CC0) mobs_mese_monster_red.png mobs_mese_monster_blue.png @@ -49,7 +59,6 @@ Textures and Model created by SirrobZeroone (CC0) mobs_mese_monster.b3d Pavel_S and PilzAdam (WTFPL) - mobs_dirt_monster.b3d mobs_dirt_monster.png mobs_dirt_monster2.png mobs_dirt_monster3.png @@ -59,10 +68,9 @@ Pavel_S and PilzAdam (WTFPL) mobs_fireball.ogg mobs_oerkki.b3d mobs_oerkki.png - mobs_sand_monster.b3d - mobs_sand_monster.png + mobs_sand_monster.b3d [edited by SirrobZeroone] mobs_sand_monster2.png - mobs_stone_monster.b3d + mobs_stone_monster.b3d [edited by SirrobZeroone] mobs_tree_monster.b3d mobs_tree_monster*.png (edited by TenPlus1) diff --git a/models/mobs_sand_monster.b3d b/models/mobs_sand_monster.b3d index 9782504..893cf96 100644 Binary files a/models/mobs_sand_monster.b3d and b/models/mobs_sand_monster.b3d differ diff --git a/models/mobs_stone_monster.b3d b/models/mobs_stone_monster.b3d index d9c0c71..4460b14 100644 Binary files a/models/mobs_stone_monster.b3d and b/models/mobs_stone_monster.b3d differ diff --git a/readme.md b/readme.md index e7db1d3..d914759 100644 --- a/readme.md +++ b/readme.md @@ -45,4 +45,4 @@ Fire Spirit - Fire Spirits will not tolerate players roaming around their domain and will fiercely attack until their dying puff of smoke. Will drop it's spirit and some fire dust when using ethereal. -Lucky Blocks: 11 +Lucky Blocks: 12 diff --git a/stone_monster.lua b/stone_monster.lua index 0300510..43e6e30 100644 --- a/stone_monster.lua +++ b/stone_monster.lua @@ -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} + } } } diff --git a/textures/mobs_dirt_monster.png b/textures/mobs_dirt_monster.png index 14da90b..2362bf9 100644 Binary files a/textures/mobs_dirt_monster.png and b/textures/mobs_dirt_monster.png differ diff --git a/textures/mobs_dirt_monster2.png b/textures/mobs_dirt_monster2.png index 964698c..3215e98 100644 Binary files a/textures/mobs_dirt_monster2.png and b/textures/mobs_dirt_monster2.png differ diff --git a/textures/mobs_dirt_monster3.png b/textures/mobs_dirt_monster3.png index f11faee..00cf3fc 100644 Binary files a/textures/mobs_dirt_monster3.png and b/textures/mobs_dirt_monster3.png differ diff --git a/textures/mobs_sand_monster.png b/textures/mobs_sand_monster.png index 75fcc4b..7dc1d02 100644 Binary files a/textures/mobs_sand_monster.png and b/textures/mobs_sand_monster.png differ diff --git a/textures/mobs_stone_monster.png b/textures/mobs_stone_monster.png index 95c3c16..e2fe6ab 100644 Binary files a/textures/mobs_stone_monster.png and b/textures/mobs_stone_monster.png differ diff --git a/textures/mobs_stone_monster2.png b/textures/mobs_stone_monster2.png index 9c76b83..c9e483d 100644 Binary files a/textures/mobs_stone_monster2.png and b/textures/mobs_stone_monster2.png differ diff --git a/textures/mobs_stone_monster3.png b/textures/mobs_stone_monster3.png index 70bfc6e..08d6fdc 100644 Binary files a/textures/mobs_stone_monster3.png and b/textures/mobs_stone_monster3.png differ diff --git a/textures/mobs_stone_monster4.png b/textures/mobs_stone_monster4.png new file mode 100644 index 0000000..fe34d21 Binary files /dev/null and b/textures/mobs_stone_monster4.png differ