1.5.20: Restore MC 1.12.0 compatibility, fixes #1485

This commit is contained in:
raoulvdberge
2017-10-09 19:28:56 +02:00
parent 90f61f9ed4
commit 6addad2ce8
5 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
# Refined Storage Changelog # Refined Storage Changelog
### 1.5.20
- Restore MC 1.12.0 compatibility (raoulvdberge)
### 1.5.19 ### 1.5.19
- Updated Forge to 2493 (MC 1.12.2) (raoulvdberge) - Updated Forge to 2493 (MC 1.12.2) (raoulvdberge)
- Fixed Refined Storage blocks requiring a pickaxe to be broken (raoulvdberge) - Fixed Refined Storage blocks requiring a pickaxe to be broken (raoulvdberge)

View File

@@ -20,7 +20,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
version = "1.5.19" version = "1.5.20"
group = "refinedstorage" group = "refinedstorage"
archivesBaseName = "refinedstorage" archivesBaseName = "refinedstorage"

View File

@@ -21,7 +21,7 @@ public final class RS {
} }
public static final String ID = "refinedstorage"; public static final String ID = "refinedstorage";
public static final String VERSION = "1.5.19"; public static final String VERSION = "1.5.20";
public static final String DEPENDENCIES = "required-after:forge@[14.21.0.2363,);after:mcmultipart@[2.2.1,);after:storagedrawers@[1.12-5.2.2,);"; public static final String DEPENDENCIES = "required-after:forge@[14.21.0.2363,);after:mcmultipart@[2.2.1,);after:storagedrawers@[1.12-5.2.2,);";
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

@@ -58,6 +58,6 @@ public class SoldererRecipeLoader {
} }
return true; return true;
}, false, false); });
} }
} }

View File

@@ -3,7 +3,7 @@
"modid": "refinedstorage", "modid": "refinedstorage",
"name": "Refined Storage", "name": "Refined Storage",
"description": "An elegant solution to your hoarding problem", "description": "An elegant solution to your hoarding problem",
"version": "1.5.19", "version": "1.5.20",
"mcversion": "1.12.2", "mcversion": "1.12.2",
"url": "https://refinedstorage.raoulvdberge.com", "url": "https://refinedstorage.raoulvdberge.com",
"updateUrl": "", "updateUrl": "",