old cruft from nodebox-based slopes

This commit is contained in:
Vanessa Ezekowitz 2014-12-13 18:27:45 -05:00
parent a72f806130
commit d59a52f8a9
1 changed files with 0 additions and 8 deletions

View File

@ -22,10 +22,6 @@ homedecor.register_outer_corner = function(modname, subname, groups, slope_image
{-0.5, 0.25, 0.25, -0.25, 0.5, 0.5}
}
},
node_box = {
type = "fixed",
fixed = slopeboxedge
},
groups = groups,
})
end
@ -65,10 +61,6 @@ homedecor.register_slope = function(modname, subname, recipeitem, groups, slope_
{-0.5, 0.25, 0.25, 0.5, 0.5, 0.5}
}
},
node_box = {
type = "fixed",
fixed = slopeboxedge,
},
groups = groups,
})