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

@@ -1,9 +1,11 @@
# Refined Storage Changelog # Refined Storage Changelog
### 1.5.1 ### 1.5.1
- Updated Forge to 2329 (raoulvdberge) - Updated Forge to 2331 (raoulvdberge)
- Re-added MCMultiPart support (raoulvdberge) - Re-added MCMultiPart support (raoulvdberge)
- Added back crafting recipes (raoulvdberge) - Added back crafting recipes (raoulvdberge)
- Changed Grid recipe (raoulvdberge)
- Changed Crafting Monitor recipe (raoulvdberge)
### 1.5 ### 1.5
- Port to Minecraft 1.12 (raoulvdberge) - Port to Minecraft 1.12 (raoulvdberge)

View File

@@ -28,7 +28,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8 targetCompatibility = 1.8
minecraft { minecraft {
version = "1.12-14.21.0.2329" version = "1.12-14.21.0.2331"
runDir = "run" runDir = "run"
useDepAts = true useDepAts = true
mappings = "snapshot_20170615" mappings = "snapshot_20170615"

View File

@@ -23,7 +23,7 @@ public final class RS {
public static final String ID = "refinedstorage"; public static final String ID = "refinedstorage";
public static final String VERSION = "1.5.1"; 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 GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";
public static final String UPDATE_JSON = "https://refinedstorage.raoulvdberge.com/update"; public static final String UPDATE_JSON = "https://refinedstorage.raoulvdberge.com/update";

View File

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

View File

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