Rename mod: default to mcl_core
This commit is contained in:
parent
d0ecf0c66c
commit
02fe45bca2
393 changed files with 2205 additions and 2210 deletions
|
@ -1,2 +1,2 @@
|
|||
default
|
||||
mcl_core
|
||||
3d_armor?
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue