forked from nalc/homedecor_modpack
fixes warning spam (#20)
* fix fake fire warnings * fix hd 3d extras warnings * fix hd climate control warnings * fix hd clocks warnings * fix hd cobweb warnings * fix hd doors/gates warnings * fix hd exterior warnings * fix hd fences warnings * fix hd gastronomy warnings * fix hd kitchen missing dependency * fix hd office warnings * fix hd roofing warnings * fix hd table warnings * fix hd trash cans warnings * fix hd wardrobe warnings * remove legacy hack
This commit is contained in:
@ -179,6 +179,7 @@ minetest.register_node("fake_fire:fancy_fire", {
|
||||
mesh = "fancy_fire.obj",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
use_texture_alpha = "clip",
|
||||
groups = {oddly_breakable_by_hand=3, flammable=0},
|
||||
sunlight_propagates = true,
|
||||
light_source = 13,
|
||||
|
@ -1,2 +1,2 @@
|
||||
name = fake_fire
|
||||
depends = default
|
||||
depends = default, basic_materials
|
||||
|
Reference in New Issue
Block a user