craftguide can read replacements!

This commit is contained in:
Jean-Patrick Guerrero
2019-09-09 18:27:02 +02:00
parent b026e94d6e
commit 727758b816
4 changed files with 220 additions and 140 deletions

View File

@ -2,7 +2,6 @@ unused_args = false
allow_defined_top = true
read_globals = {
"core",
"minetest",
"default",
"sfinv",
@ -11,3 +10,8 @@ read_globals = {
"string",
"table",
}
globals = {
"craftguide",
"core",
}