Adjust stack sizes of many items
This commit is contained in:
parent
b6575ab192
commit
b73ba9b270
9 changed files with 13 additions and 16 deletions
|
@ -146,7 +146,7 @@ for w=1, #woods do
|
|||
inventory_image = "mcl_boats_inventory.png",
|
||||
liquids_pointable = true,
|
||||
groups = { boat = 1, },
|
||||
|
||||
stack_max = 1,
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
if pointed_thing.type ~= "node" then
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue