From 3c3ed3d3443a41e49008c6fc2c1c381f2b99d902 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 31 May 2017 16:21:12 +0200 Subject: [PATCH] Fix packed ice being transparent to light --- mods/ITEMS/mcl_core/nodes.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/mods/ITEMS/mcl_core/nodes.lua b/mods/ITEMS/mcl_core/nodes.lua index b69cb6f98..ade28249d 100644 --- a/mods/ITEMS/mcl_core/nodes.lua +++ b/mods/ITEMS/mcl_core/nodes.lua @@ -1869,11 +1869,8 @@ minetest.register_node("mcl_core:ice", { minetest.register_node("mcl_core:packed_ice", { description = "Packed Ice", _doc_items_longdesc = "Packed ice is a compressed form of ice. It is opaque and solid.", - drawtype = "glasslike", tiles = {"mcl_core_ice_packed.png"}, is_ground_content = true, - paramtype = "light", - use_texture_alpha = true, stack_max = 64, groups = {handy=1,pickaxey=1, building_block=1}, drop = "",