Skip to content
Snippets Groups Projects
Commit c5f11d74 authored by Wuzzy's avatar Wuzzy Committed by paramat
Browse files

Default: Make Book with Text a furnace fuel

parent 42afe679
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment