mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
update forge
This commit is contained in:
parent
953401d0af
commit
0400298510
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ if(hasProperty('buildnumber')){
|
||||||
}
|
}
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.12.2-14.23.1.2554"
|
version = "1.12.2-14.23.1.2566"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
mappings = "snapshot_20171108"
|
mappings = "snapshot_20171215"
|
||||||
replaceIn "ModUtil.java"
|
replaceIn "ModUtil.java"
|
||||||
replace "@VERSION@", project.version.toString()
|
replace "@VERSION@", project.version.toString()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue