mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
Glasslike_framed nodes: Add 'glasslikeliquidlevel' paramtype2
This commit is contained in:
parent
077316b4cd
commit
2f46103ff8
1 changed files with 2 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue