Make all nodes un-blastable, increase stack size to 65535 (#32)

This commit is contained in:
fluxionary
2022-07-02 14:07:53 -07:00
committed by GitHub
parent f3464f5063
commit 2100ca04b1
4 changed files with 52 additions and 187 deletions

View File

@ -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},
})