Mods hinzugefügt und geändert. Höhlen, Himmelsinseln und Asteroiden.
This commit is contained in:
parent
df3b4e6104
commit
ef2b11dbee
62 changed files with 5344 additions and 121 deletions
28
mods/cloudlands/.luacheckrc
Normal file
28
mods/cloudlands/.luacheckrc
Normal file
|
@ -0,0 +1,28 @@
|
|||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
globals = {
|
||||
"cloudlands"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
"core",
|
||||
"default",
|
||||
"biomeinfo",
|
||||
"schemlib",
|
||||
"nether",
|
||||
"DIR_DELIM",
|
||||
"intllib",
|
||||
"ItemStack",
|
||||
"math.hypot",
|
||||
"minetest",
|
||||
"PcgRandom",
|
||||
"PseudoRandom",
|
||||
table = { fields = { "copy", "getn" } },
|
||||
"vector",
|
||||
"file_exists",
|
||||
"dump",
|
||||
"VoxelArea",
|
||||
"VoxelManip",
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue