1
0
mirror of https://github.com/mt-mods/basic_materials.git synced 2025-07-04 17:10:25 +02:00

Add .luacheckrc

- Removes unused variable
This commit is contained in:
Louis
2020-07-12 13:04:02 +02:00
parent c539463fee
commit c49b4f1f0a
3 changed files with 31 additions and 8 deletions

View File

@ -7,6 +7,7 @@
local modpath = minetest.get_modpath("basic_materials")
basic_materials = {}
basic_materials.mod = { author = "Vanessa Dannenberg" }
dofile(modpath.."/metals.lua")
dofile(modpath.."/plastics.lua")