trying to add item_drop again

This commit is contained in:
2023-02-18 19:03:00 +01:00
parent e41623d029
commit 0a15121fbf
14 changed files with 1074 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
unused_args = false
allow_defined_top = true
max_line_length = 999
ignore = {
"name", "drops", "i",
}
globals = {
"minetest",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"vector", "ItemStack",
"dump",
}