Fix luacheck syntax warnings

This commit is contained in:
Louis 2020-08-12 21:17:47 +02:00
parent 08343b172a
commit 0878430fe5
4 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,3 @@
local S = minetest.get_translator("technic")
local have_ui = minetest.get_modpath("unified_inventory")
technic.recipes = { cooking = { input_size = 1, output_size = 1 } }

View File

@ -1,6 +1,3 @@
-- Translation support
local S = minetest.get_translator("technic_chests")
technic.chests.groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2,
tubedevice=1, tubedevice_receiver=1}
technic.chests.groups_noinv = {snappy=2, choppy=2, oddly_breakable_by_hand=2,