From 368a7c1eda56891ec5f7e673d19c4eeea67ea2f8 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 9 Aug 2012 21:35:34 -0400 Subject: thickened up pressure plates slightly for consistency --- mesecons_pressureplates/init.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'mesecons_pressureplates/init.lua') diff --git a/mesecons_pressureplates/init.lua b/mesecons_pressureplates/init.lua index 8a47b22..89b917d 100644 --- a/mesecons_pressureplates/init.lua +++ b/mesecons_pressureplates/init.lua @@ -10,11 +10,11 @@ minetest.register_node("mesecons_pressureplates:pressure_plate_wood_off", { walkable = true, selection_box = { type = "fixed", - fixed = {-0.45, -0.5, -0.45, 0.45, -0.45, 0.45}, + fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, }, node_box = { type = "fixed", - fixed = {-0.45, -0.5, -0.45, 0.45, -0.45, 0.45}, + fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, }, groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3}, description="Wood Pressure Plate", @@ -28,11 +28,11 @@ minetest.register_node("mesecons_pressureplates:pressure_plate_wood_on", { walkable = true, selection_box = { type = "fixed", - fixed = {-0.45, -0.5, -0.45, 0.45, -0.48, 0.45}, + fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, }, node_box = { type = "fixed", - fixed = {-0.45, -0.5, -0.45, 0.45, -0.48, 0.45}, + fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, }, groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,not_in_creative_inventory=1}, drop='"mesecons_pressureplates:pressure_plate_wood_off" 1', @@ -92,11 +92,11 @@ minetest.register_node("mesecons_pressureplates:pressure_plate_stone_off", { walkable = true, selection_box = { type = "fixed", - fixed = {-0.45, -0.5, -0.45, 0.45, -0.45, 0.45}, + fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, }, node_box = { type = "fixed", - fixed = {-0.45, -0.5, -0.45, 0.45, -0.45, 0.45}, + fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, }, groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3}, description="Stone Pressure Plate", @@ -110,11 +110,11 @@ minetest.register_node("mesecons_pressureplates:pressure_plate_stone_on", { walkable = true, selection_box = { type = "fixed", - fixed = {-0.45, -0.5, -0.45, 0.45, -0.48, 0.45}, + fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, }, node_box = { type = "fixed", - fixed = {-0.45, -0.5, -0.45, 0.45, -0.48, 0.45}, + fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, }, groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,not_in_creative_inventory=1}, drop='"mesecons_pressureplates:pressure_plate_stone_off" 1', -- cgit v1.2.3