mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Remove pointless content ID loading in mcl_hoppers
This commit is contained in:
parent
f0ba364120
commit
5a03ce6dac
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
local S = minetest.get_translator("mcl_hoppers")
|
||||
|
||||
local chest = minetest.get_content_id("mcl_chests:chest")
|
||||
|
||||
--[[ BEGIN OF NODE DEFINITIONS ]]
|
||||
|
||||
local mcl_hoppers_formspec =
|
||||
|
|
Loading…
Reference in a new issue