Rename mobs mod to mcl_mobs
This commit is contained in:
parent
dafba9a07c
commit
34e92a361b
38 changed files with 39 additions and 44 deletions
|
@ -1,9 +1,9 @@
|
|||
default?
|
||||
mobs
|
||||
tnt?
|
||||
mcl_mobs
|
||||
mcl_tnt?
|
||||
mcl_bows?
|
||||
mcl_throwing?
|
||||
fishing?
|
||||
mcl_fishing?
|
||||
bones?
|
||||
mesecons_materials?
|
||||
mobs_mc_gameconfig?
|
||||
|
|
|
@ -1 +1 @@
|
|||
Adds MC like monsters and animals.
|
||||
Adds Minecraft-like monsters and animals.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue