mirror of
https://github.com/minetest-mods/maptools.git
synced 2025-07-04 07:50:20 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -59,7 +59,7 @@ end
|
||||
minetest.register_craftitem("maptools:infinitefuel", {
|
||||
description = S("Infinite Fuel"),
|
||||
inventory_image = "maptools_infinitefuel.png",
|
||||
stack_max = 10000,
|
||||
stack_max = 65535,
|
||||
groups = {not_in_creative_inventory = maptools.creative},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user