mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-15 20:20:28 +02:00
fix fake fire warnings
This commit is contained in:
@ -179,6 +179,7 @@ minetest.register_node("fake_fire:fancy_fire", {
|
|||||||
mesh = "fancy_fire.obj",
|
mesh = "fancy_fire.obj",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
use_texture_alpha = "clip",
|
||||||
groups = {oddly_breakable_by_hand=3, flammable=0},
|
groups = {oddly_breakable_by_hand=3, flammable=0},
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
light_source = 13,
|
light_source = 13,
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
name = fake_fire
|
name = fake_fire
|
||||||
depends = default
|
depends = default, basic_materials
|
||||||
|
Reference in New Issue
Block a user