Skip to content

Commit

Permalink
Remove paramtype2="glasslikeliquidlevel" from glass nodes (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Jul 2, 2022
1 parent 986b657 commit 79d3807
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mods/default/nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2796,7 +2796,6 @@ minetest.register_node("default:glass", {
tiles = {"default_glass.png", "default_glass_detail.png"},
use_texture_alpha = "clip", -- only needed for stairs API
paramtype = "light",
paramtype2 = "glasslikeliquidlevel",
sunlight_propagates = true,
is_ground_content = false,
groups = {cracky = 3, oddly_breakable_by_hand = 3},
Expand All @@ -2809,7 +2808,6 @@ minetest.register_node("default:obsidian_glass", {
tiles = {"default_obsidian_glass.png", "default_obsidian_glass_detail.png"},
use_texture_alpha = "clip", -- only needed for stairs API
paramtype = "light",
paramtype2 = "glasslikeliquidlevel",
is_ground_content = false,
sunlight_propagates = true,
sounds = default.node_sound_glass_defaults(),
Expand Down

0 comments on commit 79d3807

Please sign in to comment.