forked from MineClone5/MineClone5
Fix get_item_group crash in mcl_hoppers
This commit is contained in:
parent
588afc72f0
commit
f3cc8f0f8a
|
@ -1,5 +1,7 @@
|
||||||
local S = minetest.get_translator(minetest.get_current_modname())
|
local S = minetest.get_translator(minetest.get_current_modname())
|
||||||
|
|
||||||
|
local get_item_group = minetest.get_item_group
|
||||||
|
|
||||||
--[[ BEGIN OF NODE DEFINITIONS ]]
|
--[[ BEGIN OF NODE DEFINITIONS ]]
|
||||||
|
|
||||||
local mcl_hoppers_formspec =
|
local mcl_hoppers_formspec =
|
||||||
|
|
Loading…
Reference in New Issue