Fixes #3345: Added missing sky stone brick recipes. (#3357)

This commit is contained in:
yueh
2018-01-28 13:31:07 +01:00
committed by GitHub
parent dce1aa37eb
commit ac209053b9
3 changed files with 33 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"result": {
"item": "appliedenergistics2:sky_stone_brick"
},
"type": "forge:ore_shapeless",
"ingredients": [
{
"item": "appliedenergistics2:smooth_sky_stone_block"
}
]
}
@@ -0,0 +1,11 @@
{
"result": {
"item": "appliedenergistics2:sky_stone_small_brick"
},
"type": "forge:ore_shapeless",
"ingredients": [
{
"item": "appliedenergistics2:sky_stone_brick"
}
]
}
@@ -0,0 +1,11 @@
{
"result": {
"item": "appliedenergistics2:smooth_sky_stone_block"
},
"type": "forge:ore_shapeless",
"ingredients": [
{
"item": "appliedenergistics2:sky_stone_small_brick"
}
]
}