mirror of
https://github.com/minetest-mods/lightning.git
synced 2024-11-15 23:00:42 +01:00
Remove flame from creative inventory.
This commit is contained in:
parent
1d9dfaa785
commit
4c27fe79b7
2
init.lua
2
init.lua
|
@ -200,7 +200,7 @@ minetest.register_node("lightning:dying_flame", {
|
|||
buildable_to = true,
|
||||
sunlight_propagates = true,
|
||||
damage_per_second = 4,
|
||||
groups = {dig_immediate = 3},
|
||||
groups = {dig_immediate = 3, not_in_creative_inventory=1},
|
||||
on_timer = function(pos)
|
||||
minetest.remove_node(pos)
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue
Block a user