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:
42afe67
)
Default: Make Book with Text a furnace fuel
author
Wuzzy
<almikes@aol.com>
Thu, 1 Dec 2016 16:34:56 +0000
(17:34 +0100)
committer
paramat
<mat.gregory@virginmedia.com>
Sat, 3 Dec 2016 02:18:15 +0000
(
02:18
+0000)
mods/default/crafting.lua
patch
|
blob
|
history
diff --git
a/mods/default/crafting.lua
b/mods/default/crafting.lua
index 50b4b957bcdd81cad87022f095b3c261e145975f..483245c23093426dc173a46c0a712f12d82199c4 100644
(file)
--- a/
mods/default/crafting.lua
+++ b/
mods/default/crafting.lua
@@
-1075,6
+1075,12
@@
minetest.register_craft({
burntime = 3,
})
+minetest.register_craft({
+ type = "fuel",
+ recipe = "default:book_written",
+ burntime = 3,
+})
+
minetest.register_craft({
type = "fuel",
recipe = "default:dry_shrub",