update forge

This commit is contained in:
Shadows_of_Fire 2017-12-23 00:51:45 -05:00
parent 953401d0af
commit 0400298510

View file

@ -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()
} }