diff options
author | Auke Kok <sofar@foo-projects.org> | 2016-10-18 09:33:30 -0700 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2016-10-18 09:33:30 -0700 |
commit | 3b6c0e5e782b0dc9935e9c9c363475c733bde92a (patch) | |
tree | 06dc292b19da6f6d64311dd0b1e2901c8ac8f37f /tomato.lua | |
parent | e6421d8d495c4415eeae80c7b1a2ce20d55e443d (diff) |
Luacheck cleanups and .luacheckrc
Use `luacheck .` to run luacheck on this mod.
Cleaned up luacheck errors.
Diffstat (limited to 'tomato.lua')
-rw-r--r-- | tomato.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ of the license, or (at your option) any later version. -- Intllib local S = crops.intllib -local wateruse = 1 - minetest.register_node("crops:tomato_seed", { description = S("Tomato seed"), inventory_image = "crops_tomato_seed.png", |