add option to re-enable legacy recipe changes

This commit is contained in:
flux
2022-08-22 12:31:08 -07:00
parent 40dcd14b6f
commit 5ae6dfeb34
9 changed files with 206 additions and 14 deletions

View File

@ -0,0 +1,29 @@
std = "lua51+luajit+minetest+moreblocks_legacy_recipes"
unused_args = false
max_line_length = 120
stds.minetest = {
read_globals = {
"DIR_DELIM",
"minetest",
"core",
"dump",
"vector",
"nodeupdate",
"VoxelManip",
"VoxelArea",
"PseudoRandom",
"ItemStack",
"default",
"table",
"math",
"string",
}
}
stds.moreblocks_legacy_recipes = {
globals = {
},
read_globals = {
},
}