Make flammable: Flowers, grasses and several crafitems
This commit is contained in:
parent
fbac9be51c
commit
3c9d71e6f7
8 changed files with 35 additions and 22 deletions
|
@ -221,6 +221,7 @@ minetest.register_craftitem("boats:boat", {
|
|||
wield_image = "boats_wield.png",
|
||||
wield_scale = {x = 2, y = 2, z = 1},
|
||||
liquids_pointable = true,
|
||||
groups = {flammable = 2},
|
||||
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
if pointed_thing.type ~= "node" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue