Open willow-bohlen opened 7 years ago
It would modify the existing stair recipe to give 6 stairs instead of 4
Also, add a recipe that converts 3 stairs into 2 blocks
X X a X a a a a a
X
a
`X` = nothing `a` = Stair material
Produces 6 stairs
-------------------------------------------
Shapeless X X X a X X a a X
X = nothing a = Stairs
It would make stairs and blocks have a 1:1 ratio instead of 3:2, which just makes more sense. Also block reclaiming.
The blocks -> stairs recipe could remain the same because we could just alter the amount of stairs it is producing in an overwrite file rather than mirroring the recipe. And block reclaiming is fun. :+1:
What will the recipe produce?
It would modify the existing stair recipe to give 6 stairs instead of 4
Also, add a recipe that converts 3 stairs into 2 blocks
What will the recipe look like?
X
X
a
X
a
a
a
a
a
Produces 6 stairs
-------------------------------------------
Shapeless
X
X
X
a
X
X
a
a
X
X
= nothinga
= StairsWhy should this be added?
It would make stairs and blocks have a 1:1 ratio instead of 3:2, which just makes more sense. Also block reclaiming.