Move computers mod from homedecor modpack to here.

This commit is contained in:
Vanessa Dannenberg
2021-03-02 03:24:37 -05:00
parent a07181360c
commit d0f7baa5af
137 changed files with 25643 additions and 0 deletions

21
computers/.luacheckrc Normal file
View File

@ -0,0 +1,21 @@
unused_args = false
allow_defined_top = true
max_comment_line_length = 999
read_globals = {
"DIR_DELIM",
"minetest", "core",
"unpack",
"dump",
table = { fields = { "copy", "getn" } },
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"default",
"unifieddyes",
"screwdriver",
}
globals = {
}