1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-12-02 04:45:30 +01:00

fix most luacheck warnings

This commit is contained in:
OgelGames
2021-12-27 16:11:37 +11:00
parent 92325d69b3
commit 1a841dfba2
14 changed files with 8 additions and 38 deletions

View File

@@ -6,9 +6,6 @@ local mname = "woodsoils" -- former "forestsoils"
abstract_woodsoils = {}
-- support for i18n
local S = minetest.get_translator("woodsoils")
dofile(minetest.get_modpath("woodsoils").."/nodes.lua")
dofile(minetest.get_modpath("woodsoils").."/generating.lua")