Massive rework of creative inventory categories
This commit is contained in:
parent
1275af7903
commit
09b09b1c44
43 changed files with 281 additions and 202 deletions
|
@ -145,7 +145,7 @@ for w=1, #woods do
|
|||
description = names[w],
|
||||
inventory_image = "mcl_boats_inventory.png",
|
||||
liquids_pointable = true,
|
||||
groups = { boat = 1, },
|
||||
groups = { boat = 1, transport = 1},
|
||||
stack_max = 1,
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
if pointed_thing.type ~= "node" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue