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/slabs.lua | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'stairsplus/slabs.lua') diff --git a/stairsplus/slabs.lua b/stairsplus/slabs.lua index 1e251a5..687dbee 100644 --- a/stairsplus/slabs.lua +++ b/stairsplus/slabs.lua @@ -26,10 +26,6 @@ function register_slab(modname, subname, recipeitem, groups, images, description type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, - }, sounds = default.node_sound_stone_defaults(), on_place = stairsplus_rotate_and_place }) @@ -47,10 +43,6 @@ function register_slab(modname, subname, recipeitem, groups, images, description type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, - }, sounds = default.node_sound_stone_defaults(), on_place = stairsplus_rotate_and_place }) @@ -69,10 +61,6 @@ function register_slab(modname, subname, recipeitem, groups, images, description type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, -0.25, 0.5}, - }, sounds = default.node_sound_stone_defaults(), on_place = stairsplus_rotate_and_place }) @@ -91,10 +79,6 @@ function register_slab(modname, subname, recipeitem, groups, images, description type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, 0.25, 0.5}, - }, sounds = default.node_sound_stone_defaults(), on_place = stairsplus_rotate_and_place }) @@ -113,10 +97,6 @@ function register_slab(modname, subname, recipeitem, groups, images, description type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}, - }, sounds = default.node_sound_stone_defaults(), on_place = stairsplus_rotate_and_place }) @@ -135,10 +115,6 @@ function register_slab(modname, subname, recipeitem, groups, images, description type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, -0.375, 0.5}, - }, sounds = default.node_sound_stone_defaults(), on_place = stairsplus_rotate_and_place }) @@ -157,10 +133,6 @@ function register_slab(modname, subname, recipeitem, groups, images, description type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, 0.375, 0.5}, - }, sounds = default.node_sound_stone_defaults(), on_place = stairsplus_rotate_and_place }) @@ -179,10 +151,6 @@ function register_slab(modname, subname, recipeitem, groups, images, description type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5}, }, - selection_box = { - type = "fixed", - fixed = {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5}, - }, sounds = default.node_sound_stone_defaults(), on_place = stairsplus_rotate_and_place }) -- cgit v1.2.3