mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 19:27:31 +01:00
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
Block a user