1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-04 17:30:21 +02:00

Added new spider mob by AspireMint with 4 distinct skins

This commit is contained in:
TenPlus1
2018-07-01 15:58:09 +01:00
parent da37864f8a
commit 961b7c3a4c
9 changed files with 118 additions and 0 deletions

View File

@ -27,6 +27,7 @@ dofile(path .. "/tree_monster.lua")
dofile(path .. "/lava_flan.lua") -- Zeg9
dofile(path .. "/mese_monster.lua")
dofile(path .. "/spider.lua") -- AspireMint
dofile(path .. "/spider2.lua")
dofile(path .. "/lucky_block.lua")