mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -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", {
|
||||
description = "Ice",
|
||||
drawtype = "glasslike",
|
||||
tiles = {"default_ice.png"},
|
||||
use_texture_alpha = true,
|
||||
is_ground_content = true,
|
||||
paramtype = "light",
|
||||
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