Bump to 1.4 & add changelog.

This commit is contained in:
raoulvdberge
2017-01-03 12:16:44 +01:00
parent 57850ce36a
commit 947c7f0ae0
4 changed files with 36 additions and 3 deletions

View File

@@ -1,5 +1,23 @@
# Refined Storage Changelog # Refined Storage Changelog
### 1.4
- Added Security Manager (raoulvdberge)
- Added Security Card (raoulvdberge)
- Added Wireless Fluid Grid (raoulvdberge)
- Added craft-only toggle to Exporter (raoulvdberge)
- Added blocking mode to patterns in autocrafting (InusualZ)
- Added Grid size toggle (stretched, small, medium, large) (raoulvdberge)
- Added dismantling mode to the Wrench (raoulvdberge)
- Autocrafting bugfixes (way2muchnoise)
- Fixed Regulator mode not working (InusualZ)
- Fixed Fluid Interface still being sided (raoulvdberge)
- Fixed Constructor not working on Botania flowers (raoulvdberge)
- Fixed Wireless Transmitter working even if it was disabled with redstone mode (raoulvdberge)
- Fixed Solderer not accepting books created in an Anvil (raoulvdberge)
- Fixed bug where network machines stopped working on chunk borders (raoulvdberge)
- Fixed memes not working (raoulvdberge)
- Made sure External Storage always has the correct inventory in world (raoulvdberge)
### 1.3.5 ### 1.3.5
- Fixed TPS lag on very large crafting tasks (way2muchnoise) - Fixed TPS lag on very large crafting tasks (way2muchnoise)
- Fixed not being able to use autocrafting on some EnderIO items (way2muchnoise) - Fixed not being able to use autocrafting on some EnderIO items (way2muchnoise)
@@ -46,6 +64,21 @@
- Removed IC2 support (raoulvdberge) - Removed IC2 support (raoulvdberge)
- Removed MCMultiPart support (will be re-added as soon as MCMultiPart for MC 1.11 is available) (raoulvdberge) - Removed MCMultiPart support (will be re-added as soon as MCMultiPart for MC 1.11 is available) (raoulvdberge)
### 1.2.15
- Autocrafting bugfixes (way2muchnoise)
- Fixed Grid Filter hiding everything when 2 or more items are in it (raoulvdberge)
### 1.2.14
- Fixed server crash (way2muchnoise)
### 1.2.13
- Fixed memes not working (raoulvdberge)
- Fixed controller causing network rebuild on every neighbor change (raoulvdberge)
- Autocrafting bugfixes (way2muchnoise)
- Fixed Wireless Transmitter working even if it was disabled with redstone mode (raoulvdberge)
- Fixed Solderer not accepting books created in an Anvil (raoulvdberge)
- Made sure External Storage always has the correct inventory in world (raoulvdberge)
### 1.2.12 ### 1.2.12
- Fixed TPS lag on very large crafting tasks (way2muchnoise) - Fixed TPS lag on very large crafting tasks (way2muchnoise)
- Fixed not being able to use autocrafting on some EnderIO items (way2muchnoise) - Fixed not being able to use autocrafting on some EnderIO items (way2muchnoise)

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.3.6" version = "1.4"
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.3.6"; public static final String VERSION = "1.4";
public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);"; public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);";
public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory"; public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";

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.3.6", "version": "1.4",
"mcversion": "1.11", "mcversion": "1.11",
"url": "", "url": "",
"updateUrl": "", "updateUrl": "",