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