Game init mod

master
daretmavi 2021-02-13 18:12:07 +01:00
parent f8e7af2e71
commit cde2ab289c
2 changed files with 6 additions and 0 deletions

2
mods/game_init/init.lua Normal file
View File

@ -0,0 +1,2 @@
minetest.log("Game initialisation")
minetest.register_alias_force("mobs:cobweb", "petz:cobweb")

4
mods/game_init/mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = game_init
depends = petz, mobs_monster
optional_depends =
description =