mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-21 06:40:23 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
18
homedecor_3d_extras/.luacheckrc
Normal file
18
homedecor_3d_extras/.luacheckrc
Normal file
@ -0,0 +1,18 @@
|
||||
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",
|
||||
}
|
||||
|
||||
globals = {
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
default
|
||||
vessels?
|
||||
moreblocks?
|
||||
doors?
|
4
homedecor_3d_extras/mod.conf
Normal file
4
homedecor_3d_extras/mod.conf
Normal file
@ -0,0 +1,4 @@
|
||||
name = homedecor_3d_extras
|
||||
description = Homedecor Mod: 3d extras
|
||||
depends = default
|
||||
optional_depends = vessels, moreblocks, doors
|
Reference in New Issue
Block a user