From 83aa17606d9497388d0dc846a0f3caee9a4d221c Mon Sep 17 00:00:00 2001 From: Kotolegokot Date: Thu, 2 Aug 2012 10:53:45 +0600 Subject: [PATCH] Solar panel --- mesecons_solarpanel/init.lua | 18 +++++++++++++++--- .../textures/jeija_solar_panel.png | Bin 699 -> 704 bytes 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/mesecons_solarpanel/init.lua b/mesecons_solarpanel/init.lua index 6665d89..bea4b61 100644 --- a/mesecons_solarpanel/init.lua +++ b/mesecons_solarpanel/init.lua @@ -1,19 +1,31 @@ -- Solar Panel minetest.register_node("mesecons_solarpanel:solar_panel", { - drawtype = "raillike", + drawtype = "nodebox", tile_images = {"jeija_solar_panel.png"}, inventory_image = "jeija_solar_panel.png", wield_image = "jeija_solar_panel.png", paramtype = "light", + paramtype2 = "wallmounted", walkable = false, is_ground_content = true, + node_box = { + type = "wallmounted", + wall_bottom = {-0.4375, -0.5, -0.4375, 0.4375, -0.45, 0.4375}, + wall_top = {-0.4375, 0.45, -0.4375, 0.4375, 0.5, 0.4375}, + wall_side = {-0.5, -0.4375, -0.4375, -0.45, 0.4375, 0.4375}, + }, selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, -0.45, 0.5}, + type = "wallmounted", + wall_bottom = {-0.4375, -0.5, -0.4375, 0.4375, -0.45, 0.4375}, + wall_top = {-0.4375, 0.45, -0.4375, 0.4375, 0.5, 0.4375}, + wall_side = {-0.5, -0.4375, -0.4375, -0.45, 0.4375, 0.4375}, }, furnace_burntime = 5, groups = {dig_immediate=3}, description="Solar Panel", + after_dig_node = function(pos, node, digger) + mesecon:receptor_off(pos) + end, }) minetest.register_craft({ diff --git a/mesecons_textures/textures/jeija_solar_panel.png b/mesecons_textures/textures/jeija_solar_panel.png index 6bfa1f4b85ecf4eb1f19731fd75514585744678b..30bab6f3201452f902275010adadbb7b2bff186f 100644 GIT binary patch delta 39 tcmdnZdVqC;3O`$tx4R3&e-K=-clqRrdh(ncOf0(G%?s|aZVXFh0st3&4ZHvV delta 61 zcmX@Wx|?-^iVGZx^prw85kHi3p^r=85s1GK$vmWqq~!Ug6t)pzOL+dSooP3 OSQwNph;EEdWdZ;aG!QWW