Fix basalt glas stairsplus support

master
Joachim Stolberg 2021-05-21 17:13:51 +02:00
parent 2331a9fba8
commit dd7636744a
1 changed files with 2 additions and 2 deletions

View File

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