forked from VoxeLibre/VoxeLibre
Remove pointless content ID loading in mcl_hoppers
This commit is contained in:
parent
f0ba364120
commit
5a03ce6dac
|
@ -1,7 +1,5 @@
|
||||||
local S = minetest.get_translator("mcl_hoppers")
|
local S = minetest.get_translator("mcl_hoppers")
|
||||||
|
|
||||||
local chest = minetest.get_content_id("mcl_chests:chest")
|
|
||||||
|
|
||||||
--[[ BEGIN OF NODE DEFINITIONS ]]
|
--[[ BEGIN OF NODE DEFINITIONS ]]
|
||||||
|
|
||||||
local mcl_hoppers_formspec =
|
local mcl_hoppers_formspec =
|
||||||
|
|
Loading…
Reference in New Issue