Skip to content

Commit

Permalink
Infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
oong819 authored Sep 15, 2022
1 parent 2100ca0 commit 2f2b911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion craftitems.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ minetest.register_craftitem("maptools:infinitefuel", {
minetest.register_craft({
type = "fuel",
recipe = "maptools:infinitefuel",
burntime = 1000000000,
burntime = 9999999999,
replacements = {{"maptools:infinitefuel", "maptools:infinitefuel"}},
})

0 comments on commit 2f2b911

Please sign in to comment.