coloured glass reverted from "glasslike_framed" till i feel like doing the textures

master
crazyginger72 2014-08-04 20:39:31 -04:00
parent 9af4bfd57c
commit 690cd8227a
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@ for _, row in ipairs(coloured_glass.dyes) do
minetest.register_node("default:coloured_glass"..name, {
description = desc.." coloured glass",
drawtype = "glasslike_framed",
drawtype = "glasslike",--_framed",
paramtype = "light",
light_source = 1,
sunlight_propagates = true,
tiles = {"default_glass_"..name..".png", "glass_"..name..".png"},
tiles = {"default_glass_"..name..".png"},--, "glass_"..name..".png"},
use_texture_alpha = true,
groups = {cracky=3,oddly_breakable_by_hand=3},
sounds = default.node_sound_glass_defaults(),