diff options
author | Calinou <calinou9999spam@gmail.com> | 2014-01-20 19:49:40 +0100 |
---|---|---|
committer | Calinou <calinou9999spam@gmail.com> | 2014-01-20 19:49:40 +0100 |
commit | 62f9f00fe8363322c5a5d64e84759743c84fc2bb (patch) | |
tree | b1a3e40b0aa9ceb2a10704f3bc2d1ad3cd2dc7c3 /stairsplus/panels.lua | |
parent | 2b01bd5cbccfd3a74076602d70ba74d792641779 (diff) |
Big update: new stair types, code looks better.
Diffstat (limited to 'stairsplus/panels.lua')
-rw-r--r-- | stairsplus/panels.lua | 28 |
1 files changed, 0 insertions, 28 deletions
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 }) |