|
@ -10,10 +10,14 @@ local enable_moontest = |
|
|
minetest.setting_getbool ("enable_moontest" ) |
|
|
minetest.setting_getbool ("enable_moontest" ) |
|
|
|
|
|
|
|
|
-- =================================================================== |
|
|
-- =================================================================== |
|
|
|
|
|
-- These must come first. |
|
|
|
|
|
|
|
|
dofile (mp .. "/globals.lua" ) |
|
|
dofile (mp .. "/globals.lua" ) |
|
|
dofile (mp .. "/util.lua" ) |
|
|
dofile (mp .. "/util.lua" ) |
|
|
dofile (mp .. "/animal_materials.lua" ) |
|
|
dofile (mp .. "/animal_materials.lua" ) |
|
|
|
|
|
dofile (mp .. "/vombie_flame.lua" ) |
|
|
|
|
|
|
|
|
|
|
|
-- =================================================================== |
|
|
|
|
|
|
|
|
dofile (mp .. "/badger.lua" ) |
|
|
dofile (mp .. "/badger.lua" ) |
|
|
dofile (mp .. "/bat.lua" ) |
|
|
dofile (mp .. "/bat.lua" ) |
|
@ -27,52 +31,52 @@ dofile (mp .. "/bunny.lua" ) |
|
|
dofile (mp .. "/butterfly.lua" ) |
|
|
dofile (mp .. "/butterfly.lua" ) |
|
|
dofile (mp .. "/cacodemon.lua" ) |
|
|
dofile (mp .. "/cacodemon.lua" ) |
|
|
|
|
|
|
|
|
|
|
|
dofile (mp .. "/car.lua" ) |
|
|
dofile (mp .. "/chicken.lua" ) |
|
|
dofile (mp .. "/chicken.lua" ) |
|
|
dofile (mp .. "/cow.lua" ) |
|
|
dofile (mp .. "/cow.lua" ) |
|
|
|
|
|
dofile (mp .. "/sacreeper.lua" ) |
|
|
dofile (mp .. "/cyberdemon.lua" ) |
|
|
dofile (mp .. "/cyberdemon.lua" ) |
|
|
|
|
|
|
|
|
-- dofile (mp .. "/deer.lua" ) |
|
|
|
|
|
dofile (mp .. "/elk.lua" ) |
|
|
|
|
|
mobs:alias_mob("codermobs:deer", "codermobs:elk") |
|
|
|
|
|
|
|
|
|
|
|
dofile (mp .. "/dirt_monster.lua" ) |
|
|
dofile (mp .. "/dirt_monster.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/dog.lua" ) |
|
|
dofile (mp .. "/dog.lua" ) |
|
|
dofile (mp .. "/elephant.lua" ) |
|
|
dofile (mp .. "/elephant.lua" ) |
|
|
|
|
|
dofile (mp .. "/elk.lua" ) |
|
|
dofile (mp .. "/farhorse.lua" ) |
|
|
dofile (mp .. "/farhorse.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/flying_pig.lua" ) |
|
|
dofile (mp .. "/flying_pig.lua" ) |
|
|
dofile (mp .. "/ghost.lua" ) |
|
|
dofile (mp .. "/ghost.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/goat.lua" ) |
|
|
dofile (mp .. "/goat.lua" ) |
|
|
dofile (mp .. "/hedgehog.lua" ) |
|
|
dofile (mp .. "/hedgehog.lua" ) |
|
|
dofile (mp .. "/jeraf.lua" ) |
|
|
dofile (mp .. "/jeraf.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/kitten.lua" ) |
|
|
dofile (mp .. "/kitten.lua" ) |
|
|
dofile (mp .. "/lava_flan.lua" ) |
|
|
dofile (mp .. "/lava_flan.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/lostsoul.lua" ) |
|
|
dofile (mp .. "/lostsoul.lua" ) |
|
|
dofile (mp .. "/lott_spider.lua" ) |
|
|
dofile (mp .. "/lott_spider.lua" ) |
|
|
dofile (mp .. "/mammoth.lua" ) |
|
|
dofile (mp .. "/mammoth.lua" ) |
|
|
|
|
|
|
|
|
|
|
|
dofile (mp .. "/mdskeleton.lua" ) |
|
|
dofile (mp .. "/oerkki.lua" ) |
|
|
dofile (mp .. "/oerkki.lua" ) |
|
|
dofile (mp .. "/ostrich.lua" ) |
|
|
dofile (mp .. "/ostrich.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/owl.lua" ) |
|
|
dofile (mp .. "/owl.lua" ) |
|
|
dofile (mp .. "/panda.lua" ) |
|
|
dofile (mp .. "/panda.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/penguin.lua" ) |
|
|
dofile (mp .. "/penguin.lua" ) |
|
|
dofile (mp .. "/polar_bear.lua" ) |
|
|
dofile (mp .. "/polar_bear.lua" ) |
|
|
dofile (mp .. "/rat.lua" ) |
|
|
dofile (mp .. "/rat.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/rat_better.lua" ) |
|
|
dofile (mp .. "/rat_better.lua" ) |
|
|
dofile (mp .. "/santa.lua" ) |
|
|
dofile (mp .. "/santa.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/sheep.lua" ) |
|
|
dofile (mp .. "/sheep.lua" ) |
|
|
dofile (mp .. "/silverfish.lua" ) |
|
|
dofile (mp .. "/silverfish.lua" ) |
|
|
dofile (mp .. "/snake_garter.lua" ) |
|
|
dofile (mp .. "/snake_garter.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/snake_ice.lua" ) |
|
|
dofile (mp .. "/snake_ice.lua" ) |
|
|
dofile (mp .. "/snowman.lua" ) |
|
|
dofile (mp .. "/snowman.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/tree_monster.lua" ) |
|
|
dofile (mp .. "/tree_monster.lua" ) |
|
|
|
|
|
dofile (mp .. "/vombie.lua" ) |
|
|
dofile (mp .. "/warthog.lua" ) |
|
|
dofile (mp .. "/warthog.lua" ) |
|
|
dofile (mp .. "/wolf.lua" ) |
|
|
dofile (mp .. "/wolf.lua" ) |
|
|
|
|
|
|
|
|
dofile (mp .. "/zebra.lua" ) |
|
|
dofile (mp .. "/zebra.lua" ) |
|
|
|
|
|
|
|
|
-- Moon Cow must be defined after regular cow. |
|
|
-- Moon Cow must be defined after regular cow. |
|
|