Update node.lua

master
BrunoMine 2015-02-17 01:18:30 -02:00
parent 8bb1c97cdc
commit 9d144e6cba
1 changed files with 0 additions and 6 deletions

View File

@ -81,8 +81,6 @@ minetest.register_node("brazutec:cub_fechado", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
light_source = LIGHT_MAX,
walkable = false,
tiles = {
"brazutec_laptop_cima_fechado.png", -- Cima
@ -133,8 +131,6 @@ minetest.register_node("brazutec:cub_descarregado_aberto", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
light_source = LIGHT_MAX,
walkable = false,
tiles = {
"brazutec_laptop_cima_aberto_descarregado.png", -- Cima
@ -196,8 +192,6 @@ minetest.register_node("brazutec:cub_descarregado_fechado", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
light_source = LIGHT_MAX,
walkable = false,
tiles = {
"brazutec_laptop_cima_fechado.png", -- Cima