mirror of
https://github.com/louisroyer/minetest-toolranks-extras.git
synced 2024-11-05 07:03:47 +01:00
48 lines
633 B
Lua
48 lines
633 B
Lua
std = "lua51+minetest"
|
|
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 90
|
|
|
|
stds.minetest = {
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"minetest",
|
|
"core",
|
|
"dump",
|
|
"vector",
|
|
"nodeupdate",
|
|
"VoxelManip",
|
|
"VoxelArea",
|
|
"PseudoRandom",
|
|
"ItemStack",
|
|
"default",
|
|
table = {
|
|
fields = {
|
|
"copy",
|
|
},
|
|
},
|
|
}
|
|
}
|
|
|
|
read_globals = {
|
|
"toolranks",
|
|
"farming",
|
|
}
|
|
|
|
files["tool_types.lua"] = {
|
|
read_globals = {
|
|
toolranks = {
|
|
fields = {
|
|
get_tool_type = {
|
|
read_only = false,
|
|
other_fields = false
|
|
},
|
|
create_description = {
|
|
read_only = false,
|
|
otherfields = false
|
|
},
|
|
}
|
|
}
|
|
}
|
|
}
|