mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-26 11:40:20 +02:00
create proper stairs mod replacement; create option to allow registering stairs w/out a proper recipeitem
This commit is contained in:
31
stairs/.luacheckrc
Normal file
31
stairs/.luacheckrc
Normal file
@ -0,0 +1,31 @@
|
||||
std = "lua51+luajit+minetest+stairs"
|
||||
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.stairs = {
|
||||
globals = {
|
||||
"stairs",
|
||||
},
|
||||
read_globals = {
|
||||
"stairsplus",
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user