mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Default: Make Book with Text a furnace fuel
This commit is contained in:
parent
42afe679a7
commit
c5f11d74d4
1 changed files with 6 additions and 0 deletions
|
@ -1075,6 +1075,12 @@ minetest.register_craft({
|
||||||
burntime = 3,
|
burntime = 3,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "fuel",
|
||||||
|
recipe = "default:book_written",
|
||||||
|
burntime = 3,
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "default:dry_shrub",
|
recipe = "default:dry_shrub",
|
||||||
|
|
Loading…
Add table
Reference in a new issue