projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b19020
)
Make lava buckets work as fuel in minimal game
author
darkrose
<lisa@ltmnet.com>
Fri, 20 Jul 2012 16:41:14 +0000
(
02:41
+1000)
committer
Perttu Ahola
<celeron55@gmail.com>
Fri, 20 Jul 2012 23:33:11 +0000
(
02:33
+0300)
games/minimal/mods/bucket/init.lua
patch
|
blob
|
history
diff --git
a/games/minimal/mods/bucket/init.lua
b/games/minimal/mods/bucket/init.lua
index 8ed9da5228de4387ab776db9bcda39db4a8d761f..6aa0921d5f8319cbd86f869e6a0e85fdc5afcbc3 100644
(file)
--- a/
games/minimal/mods/bucket/init.lua
+++ b/
games/minimal/mods/bucket/init.lua
@@
-90,6
+90,6
@@
bucket.register_liquid(
minetest.register_craft({
type = "fuel",
- recipe = "
defaul
t:bucket_lava",
+ recipe = "
bucke
t:bucket_lava",
burntime = 60,
})