From 62f9f00fe8363322c5a5d64e84759743c84fc2bb Mon Sep 17 00:00:00 2001 From: Calinou Date: Mon, 20 Jan 2014 19:49:40 +0100 Subject: Big update: new stair types, code looks better. --- stairsplus/panels.lua | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'stairsplus/panels.lua') diff --git a/stairsplus/panels.lua b/stairsplus/panels.lua index c0a24fb..f074d54 100644 --- a/stairsplus/panels.lua +++ b/stairsplus/panels.lua @@ -26,10 +26,6 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio type = "fixed", fixed = {-0.5, -0.5, 0, 0.5, 0, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, 0, 0.5, 0, 0.5}, - }, on_place = stairsplus_rotate_and_place }) @@ -47,10 +43,6 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio type = "fixed", fixed = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, 0, 0.5, -0.4375, 0.5}, - }, on_place = stairsplus_rotate_and_place }) @@ -68,10 +60,6 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio type = "fixed", fixed = {-0.5, -0.5, 0, 0.5, -0.375, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, 0, 0.5, -0.375, 0.5}, - }, on_place = stairsplus_rotate_and_place }) @@ -89,10 +77,6 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio type = "fixed", fixed = {-0.5, -0.5, 0, 0.5, -0.25, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, 0, 0.5, -0.25, 0.5}, - }, on_place = stairsplus_rotate_and_place }) @@ -110,10 +94,6 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio type = "fixed", fixed = {-0.5, -0.5, 0, 0.5, 0.25, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, 0, 0.5, 0.25, 0.5}, - }, on_place = stairsplus_rotate_and_place }) @@ -131,10 +111,6 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio type = "fixed", fixed = {-0.5, -0.5, 0, 0.5, 0.375, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, 0, 0.5, 0.375, 0.5}, - }, on_place = stairsplus_rotate_and_place }) @@ -152,10 +128,6 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio type = "fixed", fixed = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, 0, 0.5, 0.4375, 0.5}, - }, on_place = stairsplus_rotate_and_place }) -- cgit v1.2.3