1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-27 04:24:35 +02:00

add Panda by AspireMint

This commit is contained in:
TenPlus1
2018-07-06 19:13:46 +01:00
parent 94acc325c0
commit ee95083722
6 changed files with 83 additions and 1 deletions

View File

@ -17,6 +17,7 @@ dofile(path .. "/bee.lua") -- KrupnoPavel
dofile(path .. "/bunny.lua") -- ExeterDad
dofile(path .. "/kitten.lua") -- Jordach/BFD
dofile(path .. "/penguin.lua") -- D00Med
dofile(path .. "/panda.lua") -- AspireMint
dofile(path .. "/lucky_block.lua")