mirror of
https://github.com/minetest-mods/maptools.git
synced 2025-07-04 15:50:23 +02:00
Make all nodes un-blastable, increase stack size to 65535 (#32)
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