mirror of
https://github.com/minetest-mods/pontoons.git
synced 2025-03-15 04:11:22 +00:00
fix variable visibility issue
This commit is contained in:
parent
a20eba23d0
commit
caf121201d
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -3,7 +3,7 @@ local MP = minetest.get_modpath(minetest.get_current_modname())
|
|||
local S, NS = dofile(MP.."/intllib.lua")
|
||||
|
||||
-- MCL2 compatibility
|
||||
moditems = {}
|
||||
local moditems = {}
|
||||
|
||||
if core.get_modpath("mcl_core") and mcl_core then -- means MineClone 2 is loaded, this is its core mod
|
||||
moditems.IRON_ITEM = "mcl_core:iron_ingot" -- MCL iron
|
||||
|
|
Loading…
Add table
Reference in a new issue