Stairs crafting fixes
Fixes #233 Added Stone Brick Stairs crafting recipe and added alternative crafting recipes for Nether Brick Stairs and Quartz Stairs
This commit is contained in:
parent
5c24d5acd7
commit
626c52929c
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# This file describes the crafting recipes that MCServer knows.
|
# This file describes the crafting recipes that MCServer knows.
|
||||||
# The syntax is as follows:
|
# The syntax is as follows:
|
||||||
# <Line> = <Recipe>#<Comment>
|
# <Line> = <Recipe>#<Comment>
|
||||||
@ -96,7 +95,11 @@ BrickStairs, 4 = BrickBlock, 3:1, 2:2, 3:2, 1:3, 2:3, 3:3
|
|||||||
SandstoneStairs, 4 = Sandstone, 1:1, 1:2, 2:2, 1:3, 2:3, 3:3
|
SandstoneStairs, 4 = Sandstone, 1:1, 1:2, 2:2, 1:3, 2:3, 3:3
|
||||||
SandstoneStairs, 4 = Sandstone, 3:1, 2:2, 3:2, 1:3, 2:3, 3:3
|
SandstoneStairs, 4 = Sandstone, 3:1, 2:2, 3:2, 1:3, 2:3, 3:3
|
||||||
NetherBrickStairs, 4 = NetherBrick, 1:1, 1:2, 2:2, 1:3, 2:3, 3:3
|
NetherBrickStairs, 4 = NetherBrick, 1:1, 1:2, 2:2, 1:3, 2:3, 3:3
|
||||||
|
NetherBrickStairs, 4 = NetherBrick, 3:1, 2:2, 3:2, 1:3, 2:3, 3:3
|
||||||
quartzstairs, 4 = QuartzBlock, 1:1, 1:2, 2:2, 1:3, 2:3, 3:3
|
quartzstairs, 4 = QuartzBlock, 1:1, 1:2, 2:2, 1:3, 2:3, 3:3
|
||||||
|
quartzstairs, 4 = QuartzBlock, 3:1, 2:2, 3:2, 1:3, 2:3, 3:3
|
||||||
|
StoneBrickStairs, 4 = StoneBrick, 1:1, 1:2, 2:2, 1:3, 2:3, 3:3
|
||||||
|
StoneBrickStairs, 4 = StoneBrick, 3:1, 2:2, 3:2, 1:3, 2:3, 3:3
|
||||||
SnowBlock = SnowBall, 1:1, 1:2, 2:1, 2:2
|
SnowBlock = SnowBall, 1:1, 1:2, 2:1, 2:2
|
||||||
ClayBlock = Clay, 1:1, 1:2, 2:1, 2:2
|
ClayBlock = Clay, 1:1, 1:2, 2:1, 2:2
|
||||||
BrickBlock = Brick, 1:1, 1:2, 2:1, 2:2
|
BrickBlock = Brick, 1:1, 1:2, 2:1, 2:2
|
||||||
|
Loading…
Reference in New Issue
Block a user