1.5.20: Restore MC 1.12.0 compatibility, fixes #1485
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Refined Storage Changelog
|
||||
|
||||
### 1.5.20
|
||||
- Restore MC 1.12.0 compatibility (raoulvdberge)
|
||||
|
||||
### 1.5.19
|
||||
- Updated Forge to 2493 (MC 1.12.2) (raoulvdberge)
|
||||
- Fixed Refined Storage blocks requiring a pickaxe to be broken (raoulvdberge)
|
||||
|
@@ -20,7 +20,7 @@ apply plugin: 'maven'
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
|
||||
version = "1.5.19"
|
||||
version = "1.5.20"
|
||||
group = "refinedstorage"
|
||||
archivesBaseName = "refinedstorage"
|
||||
|
||||
|
@@ -21,7 +21,7 @@ public final class RS {
|
||||
}
|
||||
|
||||
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 GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";
|
||||
public static final String UPDATE_JSON = "https://refinedstorage.raoulvdberge.com/update";
|
||||
|
@@ -58,6 +58,6 @@ public class SoldererRecipeLoader {
|
||||
}
|
||||
|
||||
return true;
|
||||
}, false, false);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"modid": "refinedstorage",
|
||||
"name": "Refined Storage",
|
||||
"description": "An elegant solution to your hoarding problem",
|
||||
"version": "1.5.19",
|
||||
"version": "1.5.20",
|
||||
"mcversion": "1.12.2",
|
||||
"url": "https://refinedstorage.raoulvdberge.com",
|
||||
"updateUrl": "",
|
||||
|
Reference in New Issue
Block a user