mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Updated Forge to 1747
This commit is contained in:
parent
f5205c3263
commit
bbcf9bd05d
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
/rebuild.bat
|
||||||
/doAllTheThings.bat
|
/doAllTheThings.bat
|
||||||
/.gradle
|
/.gradle
|
||||||
/build
|
/build
|
||||||
|
|
|
@ -17,7 +17,7 @@ group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.8.9-11.15.1.1732"
|
version = "1.8.9-11.15.1.1747"
|
||||||
runDir = "idea"
|
runDir = "idea"
|
||||||
|
|
||||||
mappings = "stable_20"
|
mappings = "stable_20"
|
||||||
|
|
Loading…
Reference in a new issue