Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2022-03-06 16:31:31 +01:00
77 changed files with 217 additions and 278 deletions

View File

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

View File

@ -1,2 +1,2 @@
name = fake_fire
depends = default
depends = default, basic_materials