Change some recipes, and update Forge once more
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user