mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 23:03:16 -04:00
Make ice transparent
This commit is contained in:
parent
20f938e44a
commit
cff31f6828
2 changed files with 2 additions and 0 deletions
|
@ -1430,7 +1430,9 @@ end
|
||||||
|
|
||||||
minetest.register_node("default:ice", {
|
minetest.register_node("default:ice", {
|
||||||
description = "Ice",
|
description = "Ice",
|
||||||
|
drawtype = "glasslike",
|
||||||
tiles = {"default_ice.png"},
|
tiles = {"default_ice.png"},
|
||||||
|
use_texture_alpha = true,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
freezemelt = "default:water_source",
|
freezemelt = "default:water_source",
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 758 B |
Loading…
Add table
Reference in a new issue