mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Merge cff31f6828
into a9ac480dcd
This commit is contained in:
commit
d7fa2671d7
2 changed files with 2 additions and 0 deletions
|
@ -1108,7 +1108,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",
|
||||||
groups = {cracky=3},
|
groups = {cracky=3},
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 758 B |
Loading…
Add table
Reference in a new issue