Fix basalt glas stairsplus support
parent
2331a9fba8
commit
dd7636744a
|
@ -78,7 +78,7 @@ minetest.register_node("techage:basalt_glass", {
|
||||||
tiles = {"techage_basalt_glass.png"},
|
tiles = {"techage_basalt_glass.png"},
|
||||||
use_texture_alpha = techage.BLEND,
|
use_texture_alpha = techage.BLEND,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "glasslikeliquidlevel",
|
paramtype2 = "facedir",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {cracky = 3, oddly_breakable_by_hand = 3},
|
groups = {cracky = 3, oddly_breakable_by_hand = 3},
|
||||||
|
@ -91,7 +91,7 @@ minetest.register_node("techage:basalt_glass2", {
|
||||||
tiles = {"techage_basalt_glass2.png"},
|
tiles = {"techage_basalt_glass2.png"},
|
||||||
use_texture_alpha = techage.BLEND,
|
use_texture_alpha = techage.BLEND,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "glasslikeliquidlevel",
|
paramtype2 = "facedir",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {cracky = 3, oddly_breakable_by_hand = 3},
|
groups = {cracky = 3, oddly_breakable_by_hand = 3},
|
||||||
|
|
Loading…
Reference in New Issue