mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 23:33:51 +01:00
Default: Make Book with Text a furnace fuel
This commit is contained in:
parent
42afe679a7
commit
c5f11d74d4
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user