projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a546665
)
quick crash fix
author
Maciej Kasatkin
<mk@realbadangel.pl>
Sun, 7 Oct 2012 19:02:20 +0000
(21:02 +0200)
committer
Maciej Kasatkin
<mk@realbadangel.pl>
Sun, 7 Oct 2012 19:02:20 +0000
(21:02 +0200)
rubber.lua
patch
|
blob
|
history
diff --git
a/rubber.lua
b/rubber.lua
index d59190eb0cf8e4afaba2193116f236c4126953d6..0d1f9b9f04f167dd3d0388bdfd88a4124507adca 100644
(file)
--- a/
rubber.lua
+++ b/
rubber.lua
@@
-94,7
+94,7
@@
minetest.register_craft({
burntime = 10
})
-function
technic:
generate_tree(pos, trunk, leaves, underground, replacements)
+function generate_tree(pos, trunk, leaves, underground, replacements)
pos.y = pos.y-1
local nodename = minetest.env:get_node(pos).name
local ret = true