Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst
This commit is contained in:
parent
95945c0306
commit
a0c893ca0b
1124 changed files with 64294 additions and 763 deletions
17
mods/emote/.luacheckrc
Normal file
17
mods/emote/.luacheckrc
Normal file
|
@ -0,0 +1,17 @@
|
|||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"minetest", "core",
|
||||
"dump",
|
||||
"vector", "nodeupdate",
|
||||
"VoxelManip", "VoxelArea",
|
||||
"PseudoRandom", "ItemStack",
|
||||
"intllib",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"player_api",
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue