forked from nalc/homedecor_modpack
old cruft from nodebox-based slopes
This commit is contained in:
parent
a72f806130
commit
d59a52f8a9
|
@ -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}
|
{-0.5, 0.25, 0.25, -0.25, 0.5, 0.5}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
node_box = {
|
|
||||||
type = "fixed",
|
|
||||||
fixed = slopeboxedge
|
|
||||||
},
|
|
||||||
groups = groups,
|
groups = groups,
|
||||||
})
|
})
|
||||||
end
|
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}
|
{-0.5, 0.25, 0.25, 0.5, 0.5, 0.5}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
node_box = {
|
|
||||||
type = "fixed",
|
|
||||||
fixed = slopeboxedge,
|
|
||||||
},
|
|
||||||
groups = groups,
|
groups = groups,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user