1
0
mirror of https://github.com/mt-mods/basic_materials.git synced 2025-06-28 14:16:11 +02:00

remove dep on default and make game agnostic

This commit is contained in:
unknown
2022-01-25 21:08:32 -05:00
parent 8b681d9755
commit 3a79e10da7
9 changed files with 293 additions and 337 deletions

View File

@ -1,30 +1,7 @@
std = "lua51+minetest"
unused_args = false
allow_defined_top = true
max_line_length = 999
stds.minetest = {
read_globals = {
"DIR_DELIM",
"minetest",
"core",
"dump",
"vector",
"nodeupdate",
"VoxelManip",
"VoxelArea",
"PseudoRandom",
"ItemStack",
"default",
table = {
fields = {
"copy",
},
},
}
globals = {
"minetest", "basic_materials",
}
read_globals = {
"default",
"moreores",
}
"default",
}