added mobs redo - stone monster spawner
This commit is contained in:
parent
1730333375
commit
4d449329d4
10
config.lua
10
config.lua
@ -91,6 +91,16 @@ MOBS_PROPS = {
|
|||||||
dummy_texture={"mobs_spider.png"},
|
dummy_texture={"mobs_spider.png"},
|
||||||
night_only=false,
|
night_only=false,
|
||||||
sound_custom=""
|
sound_custom=""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name="stone_monster",
|
||||||
|
egg_name_custom="",
|
||||||
|
dummy_size={x=0.5,y=0.5},
|
||||||
|
dummy_offset=0.1,
|
||||||
|
dummy_mesh="mobs_stone_monster.b3d",
|
||||||
|
dummy_texture={"mobs_stone_monster.png"},
|
||||||
|
night_only=false,
|
||||||
|
sound_custom=""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user