Adjust stack sizes of many items

This commit is contained in:
Wuzzy 2017-01-16 23:34:40 +01:00
parent b6575ab192
commit b73ba9b270
9 changed files with 13 additions and 16 deletions

View file

@ -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