1
0
peilaus alkaen https://github.com/mt-mods/homedecor_modpack.git synced 2025-09-19 01:10:37 +02:00

fix fake fire warnings

This commit is contained in:
unknown
2022-02-05 14:05:35 -05:00
vanhempi d68e90f017
commit 9e68e63fa7
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa

Näytä tiedosto

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

Näytä tiedosto

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