Codebase list minetest-mod-craftguide / debian/1.11-1 .luacheckrc
debian/1.11-1

Tree @debian/1.11-1 (Download .tar.gz)

.luacheckrc @debian/1.11-1raw · history · blame

unused_args = false
allow_defined_top = true

read_globals = {
	"minetest",
	"default",
	"sfinv",
	"sfinv_buttons",
	"vector",
	"string",
	"table",
	"ItemStack",
}

globals = {
	"craftguide",
	"core",
}