projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec95f47
)
Farming: Add forgotten colon
author
Thomas--S
<Thomas--S@users.noreply.github.com>
Sun, 20 Nov 2016 18:21:57 +0000
(19:21 +0100)
committer
paramat
<mat.gregory@virginmedia.com>
Mon, 21 Nov 2016 03:19:47 +0000
(
03:19
+0000)
This makes the itemstrings consistent over the whole file.
mods/farming/api.lua
patch
|
blob
|
history
diff --git
a/mods/farming/api.lua
b/mods/farming/api.lua
index b9ae818a4ef8b6b9fa84e8852f3787bea675faf4..cd1e67f1f4c26244e2a9c66525451f80cd1cfbf2 100644
(file)
--- a/
mods/farming/api.lua
+++ b/
mods/farming/api.lua
@@
-331,7
+331,7
@@
farming.register_plant = function(name, def)
lbm_nodes[#lbm_nodes + 1] = mname .. ":" .. pname .. "_" .. i
end
- minetest.register_node(mname .. ":" .. pname .. "_" .. i, {
+ minetest.register_node(
":" ..
mname .. ":" .. pname .. "_" .. i, {
drawtype = "plantlike",
waving = 1,
tiles = {mname .. "_" .. pname .. "_" .. i .. ".png"},