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",
|
||||
drawtype = "glasslike",
|
||||
tiles = {"default_ice.png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = true,
|
||||
paramtype = "light",
|
||||
use_texture_alpha = true,
|
||||
freezemelt = "default:water_source",
|
||||
groups = {cracky = 3, melts = 1},
|
||||
|
|
Loading…
Reference in New Issue
Block a user