Update forge to 1968

This commit is contained in:
Raoul Van den Berge
2016-06-21 20:41:38 +02:00
parent 25f7b032b7
commit 330a422eb1
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ When updating to this version, you'll have to break and replace your controller.
- Fixed machines not working when leaving chunk
- Fixed getting wrong items back in grid
- Fixed wrong item getting crafted
- Updated Forge to 1968
- Rewrote storage networks: they are now saved to disk, so big systems won't lag when rejoining a chunk
**Features**

View File

@@ -17,7 +17,7 @@ group = "refinedstorage"
archivesBaseName = "refinedstorage"
minecraft {
version = "1.9.4-12.17.0.1965"
version = "1.9.4-12.17.0.1968"
runDir = "run"
useDepAts = true
mappings = "snapshot_20160518"