JSON Recipes initial import.

Moved the old recipe handler to a different direct to not confuse the vanilla/forge JSON loader.
This commit is contained in:
Gunther De Wachter
2017-07-11 04:50:01 +02:00
parent 76e19874cf
commit d03faae983
358 changed files with 6487 additions and 18 deletions
@@ -0,0 +1,15 @@
{
"result": {
"item": "appliedenergistics2:chiseled_quartz_slab",
"count": 6
},
"type": "forge:ore_shaped",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "appliedenergistics2:chiseled_quartz_block"
}
}
}
@@ -0,0 +1,15 @@
{
"result": {
"item": "appliedenergistics2:fluix_slab",
"count": 6
},
"type": "forge:ore_shaped",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "appliedenergistics2:fluix_block"
}
}
}
@@ -0,0 +1,15 @@
{
"result": {
"item": "appliedenergistics2:quartz_slab",
"count": 6
},
"type": "forge:ore_shaped",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "appliedenergistics2:quartz_block"
}
}
}
@@ -0,0 +1,15 @@
{
"result": {
"item": "appliedenergistics2:quartz_pillar_slab",
"count": 6
},
"type": "forge:ore_shaped",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "appliedenergistics2:quartz_pillar"
}
}
}
@@ -0,0 +1,15 @@
{
"result": {
"item": "appliedenergistics2:sky_stone_slab",
"count": 6
},
"type": "forge:ore_shaped",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "appliedenergistics2:sky_stone_block"
}
}
}
@@ -0,0 +1,15 @@
{
"result": {
"item": "appliedenergistics2:sky_stone_brick_slab",
"count": 6
},
"type": "forge:ore_shaped",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "appliedenergistics2:sky_stone_brick"
}
}
}
@@ -0,0 +1,15 @@
{
"result": {
"item": "appliedenergistics2:sky_stone_small_brick_slab",
"count": 6
},
"type": "forge:ore_shaped",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "appliedenergistics2:sky_stone_small_brick"
}
}
}
@@ -0,0 +1,15 @@
{
"result": {
"item": "appliedenergistics2:smooth_sky_stone_slab",
"count": 6
},
"type": "forge:ore_shaped",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "appliedenergistics2:smooth_sky_stone_block"
}
}
}
@@ -0,0 +1,9 @@
{
"ingredients": {
"part": "appeng.recipes.RecipeHandler$PartFactory"
},
"recipes": {
"part_shaped": "appeng.recipes.helpers.PartRecipeFactory",
"part_shapeless": "appeng.recipes.helpers.PartRecipeFactory"
}
}
@@ -0,0 +1,16 @@
{
"result": {
"item": "appliedenergistics2:quartz_block"
},
"type": "forge:ore_shaped",
"pattern": [
"aa",
"aa"
],
"key": {
"a": {
"type": "forge:ore_dict",
"ore": "crystalCertusQuartz"
}
}
}
@@ -0,0 +1,17 @@
{
"result": {
"item": "appliedenergistics2:quartz_block"
},
"type": "forge:ore_shaped",
"pattern": [
"aaa",
"a a",
"aaa"
],
"key": {
"a": {
"type": "appliedenergistics2:part",
"part": "material.PurifiedCertusQuartzCrystal"
}
}
}
@@ -0,0 +1,16 @@
{
"result": {
"item": "appliedenergistics2:quartz_pillar",
"count": 2
},
"type": "forge:ore_shaped",
"pattern": [
"a",
"a"
],
"key": {
"a": {
"item": "appliedenergistics2:quartz_block"
}
}
}
@@ -0,0 +1,15 @@
{
"result": {
"item": "appliedenergistics2:chiseled_quartz_block",
"count": 2
},
"type": "forge:ore_shaped",
"pattern": [
"aa"
],
"key": {
"a": {
"item": "appliedenergistics2:quartz_block"
}
}
}
@@ -0,0 +1,16 @@
{
"result": {
"item": "appliedenergistics2:fluix_block"
},
"type": "forge:ore_shaped",
"pattern": [
"aa",
"aa"
],
"key": {
"a": {
"type": "forge:ore_dict",
"ore": "crystalFluix"
}
}
}
@@ -0,0 +1,17 @@
{
"result": {
"item": "appliedenergistics2:fluix_block"
},
"type": "forge:ore_shaped",
"pattern": [
"aaa",
"a a",
"aaa"
],
"key": {
"a": {
"type": "appliedenergistics2:part",
"part": "material.PurifiedFluixCrystal"
}
}
}

Some files were not shown because too many files have changed in this diff Show More