mirror of
https://github.com/Rushilwiz/to-the-skies.git
synced 2025-04-03 20:20:18 -04:00
8 lines
304 B
TOML
8 lines
304 B
TOML
#Max stack size per slot (-1 or 0 to use default). Going above 64 needs a mod like StackUp!.
|
|
#Range: > -1
|
|
maxStackSize = -1
|
|
#Items that cannot be placed down, in the format "mod_id:item_id" e.g. ["minecraft:carrot"]
|
|
#You can also use the plonk:unplaceable item tag as well.
|
|
unplaceableItems = []
|
|
|