Rename mod: default to mcl_core

This commit is contained in:
Wuzzy 2017-01-31 23:32:56 +01:00
parent d0ecf0c66c
commit 02fe45bca2
393 changed files with 2205 additions and 2210 deletions

View file

@ -1,2 +1,2 @@
default
mcl_core
3d_armor?

View file

@ -101,7 +101,7 @@ minetest.register_globalstep(function(dtime)
end
-- am I near a cactus?
local near = minetest.find_node_near(pos, 1, "default:cactus")
local near = minetest.find_node_near(pos, 1, "mcl_core:cactus")
if near then
-- am I touching the cactus? if so it hurts