1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-27 15:00:35 +02:00

Small changes in "node.lua" for ice

This commit is contained in:
Ombridride 2014-11-03 23:22:33 +01:00
parent ca2f79403c
commit b48e22437e

View File

@ -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},