Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Glasslike_framed nodes: Add 'glasslikeliquidlevel' paramtype2
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
mods/default/nodes.lua
|
@@ -2078,6 +2078,7 @@ minetest.register_node("default:glass", { |
|
|
drawtype = "glasslike_framed_optional", |
|
|
tiles = {"default_glass.png", "default_glass_detail.png"}, |
|
|
paramtype = "light", |
|
|
paramtype2 = "glasslikeliquidlevel", |
|
|
sunlight_propagates = true, |
|
|
is_ground_content = false, |
|
|
groups = {cracky = 3, oddly_breakable_by_hand = 3}, |
|
@@ -2089,6 +2090,7 @@ minetest.register_node("default:obsidian_glass", { |
|
|
drawtype = "glasslike_framed_optional", |
|
|
tiles = {"default_obsidian_glass.png", "default_obsidian_glass_detail.png"}, |
|
|
paramtype = "light", |
|
|
paramtype2 = "glasslikeliquidlevel", |
|
|
is_ground_content = false, |
|
|
sunlight_propagates = true, |
|
|
sounds = default.node_sound_glass_defaults(), |
|
|