Rename mobs mod to mcl_mobs

This commit is contained in:
Wuzzy 2018-05-31 18:32:26 +02:00
parent dafba9a07c
commit 34e92a361b
38 changed files with 39 additions and 44 deletions

View file

@ -1,9 +1,9 @@
default?
mobs
tnt?
mcl_mobs
mcl_tnt?
mcl_bows?
mcl_throwing?
fishing?
mcl_fishing?
bones?
mesecons_materials?
mobs_mc_gameconfig?

View file

@ -1 +1 @@
Adds MC like monsters and animals.
Adds Minecraft-like monsters and animals.

View file

@ -98,5 +98,5 @@ COLISIONBOX in minetest press f5 to see where you are looking at then put these
--
if minetest.settings:get_bool("log_mods") then
minetest.log("action", "[MOD] Mobs Redo 'MC' loaded")
minetest.log("action", "[MOD] mobs_mc loaded")
end