mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-28 04:40:22 +02:00
Make flammable: Flowers, grasses and several crafitems
This commit is contained in:
committed by
paramat
parent
fbac9be51c
commit
3c9d71e6f7
@ -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
|
||||
|
Reference in New Issue
Block a user