mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
fire string
This commit is contained in:
parent
38524378b1
commit
0142c2e77a
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ local fire_node = {
|
||||||
|
|
||||||
-- Basic flame node
|
-- Basic flame node
|
||||||
local flame_fire_node = table.copy(fire_node)
|
local flame_fire_node = table.copy(fire_node)
|
||||||
|
flame_fire_node.description = S("Fire")
|
||||||
flame_fire_node.groups.not_in_creative_inventory = 1
|
flame_fire_node.groups.not_in_creative_inventory = 1
|
||||||
flame_fire_node.on_timer = function(pos)
|
flame_fire_node.on_timer = function(pos)
|
||||||
if not minetest.find_node_near(pos, 1, {"group:flammable"}) then
|
if not minetest.find_node_near(pos, 1, {"group:flammable"}) then
|
||||||
|
|
Loading…
Add table
Reference in a new issue