1
0
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:
Fernando Carmona Varo
2016-10-24 20:34:00 +02:00
committed by paramat
parent fbac9be51c
commit 3c9d71e6f7
8 changed files with 35 additions and 22 deletions

View File

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