0.7.6: Fixed not being able to start an autocraft

This commit is contained in:
Raoul Van den Berge
2016-05-29 17:51:30 +02:00
parent f354043ed8
commit b317e2dab2
5 changed files with 9 additions and 5 deletions

View File

@@ -12,12 +12,12 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
version = "0.7.5"
version = "0.7.6"
group = "refinedstorage"
archivesBaseName = "refinedstorage"
minecraft {
version = "1.9.4-12.17.0.1922-1.9.4"
version = "1.9.4-12.17.0.1932-1.9.4"
runDir = "run"
useDepAts = true
mappings = "snapshot_20160518"