Change some recipes, and update Forge once more

This commit is contained in:
raoulvdberge
2017-06-16 17:18:28 +02:00
parent 54c3158690
commit 717951cf1d
5 changed files with 28 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ public final class RS {
public static final String ID = "refinedstorage";
public static final String VERSION = "1.5.1";
public static final String DEPENDENCIES = "required-after:forge@[14.21.0.2329,);";
public static final String DEPENDENCIES = "required-after:forge@[14.21.0.2331,);";
public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";
public static final String UPDATE_JSON = "https://refinedstorage.raoulvdberge.com/update";

View File

@@ -1,23 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EGE",
"GMG",
"EPE"
"PAG",
"EMG",
"PAG"
],
"key": {
"E": {
"item": "refinedstorage:quartz_enriched_iron"
"P": {
"item": "#improved_processor"
},
"A": {
"item": "refinedstorage:pattern"
},
"G": {
"type": "forge:ore_dict",
"ore": "blockGlass"
},
"E": {
"item": "refinedstorage:quartz_enriched_iron"
},
"M": {
"item": "refinedstorage:machine_casing"
},
"P": {
"item": "#improved_processor"
}
},
"result": {

View File

@@ -1,25 +1,29 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ECE",
"PMP",
"EDE"
"PCG",
"EMG",
"PDG"
],
"key": {
"E": {
"item": "refinedstorage:quartz_enriched_iron"
},
"P": {
"item": "#improved_processor"
},
"C": {
"item": "#construction_core"
},
"D": {
"item": "#destruction_core"
"G": {
"type": "forge:ore_dict",
"ore": "blockGlass"
},
"E": {
"item": "refinedstorage:quartz_enriched_iron"
},
"M": {
"item": "refinedstorage:machine_casing"
},
"D": {
"item": "#destruction_core"
}
},
"result": {