Update changelog
This commit is contained in:
@@ -5,15 +5,17 @@
|
|||||||
- Fixed issue with IC2 integration causing console spam
|
- Fixed issue with IC2 integration causing console spam
|
||||||
- Slight performance improvement in GUI's
|
- Slight performance improvement in GUI's
|
||||||
- Fixed not being able to change some configs in blocks
|
- Fixed not being able to change some configs in blocks
|
||||||
- Fixed serverside configs not syncing up with clientside sometimes
|
- Fixed serverside configs not syncing up with clientside
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
- Added German translation by ChillUpX
|
- Added German translation by ChillUpX
|
||||||
- Each Grid Filter can now only filter 9 items
|
- Each Grid Filter can now only filter 9 items
|
||||||
- Each Grid allows 4 Grid Filters instead of 1
|
- Each Grid allows 4 Grid Filters instead of 1
|
||||||
- Grid Filters can now be configured to compare on NBT and/ or damage
|
- Grid Filters can now be configured to compare on NBT and/ or damage
|
||||||
- Updated to Forge 2045
|
- Updated to Forge 2046
|
||||||
- Updated Tesla
|
- Updated Tesla
|
||||||
|
- Java 8 is now a requirement
|
||||||
|
- Added MCMultiPart integration
|
||||||
|
|
||||||
### 0.8.15
|
### 0.8.15
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
|
|||||||
@@ -16,6 +16,9 @@ version = "0.8.16"
|
|||||||
group = "refinedstorage"
|
group = "refinedstorage"
|
||||||
archivesBaseName = "refinedstorage"
|
archivesBaseName = "refinedstorage"
|
||||||
|
|
||||||
|
sourceCompatibility = 1.8
|
||||||
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.10.2-12.18.1.2046"
|
version = "1.10.2-12.18.1.2046"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
|
|||||||
Reference in New Issue
Block a user