mirror of
https://github.com/minetest-mods/crafting_bench.git
synced 2024-11-24 12:43:44 +01:00
19 lines
193 B
Plaintext
19 lines
193 B
Plaintext
|
unused_args = false -- Allow them
|
||
|
max_line_length = 999
|
||
|
|
||
|
globals = {
|
||
|
-- None
|
||
|
}
|
||
|
|
||
|
read_globals = {
|
||
|
"ItemStack",
|
||
|
|
||
|
"core",
|
||
|
"minetest",
|
||
|
|
||
|
"default",
|
||
|
"hopper",
|
||
|
"mcl_formspec",
|
||
|
"mcl_sounds",
|
||
|
}
|