mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-15 15:00:34 +01:00
Small changes in "node.lua" for ice
This commit is contained in:
parent
ca2f79403c
commit
b48e22437e
|
@ -2348,8 +2348,8 @@ minetest.register_node("default:ice", {
|
||||||
description = "Ice",
|
description = "Ice",
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
tiles = {"default_ice.png"},
|
tiles = {"default_ice.png"},
|
||||||
paramtype = "light",
|
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
paramtype = "light",
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = true,
|
||||||
freezemelt = "default:water_source",
|
freezemelt = "default:water_source",
|
||||||
groups = {cracky = 3, melts = 1},
|
groups = {cracky = 3, melts = 1},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user