Skip to content

Commit

Permalink
Update target Forge version to latest
Browse files Browse the repository at this point in the history
There is an updated implementation of PacketBuffer#readItemStack and writeItemStack in newer versions of Forge. The previous commit targeted this implementation but omitted the Forge upgrade.
  • Loading branch information
sam-kirby committed Jan 7, 2020
1 parent 38e8105 commit 91d2d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

minecraft {
version "1.12.2-14.23.4.2703"
version "1.12.2-14.23.5.2847"
runDir "run"
mappings "stable_39"
makeObfSourceJar false
Expand Down

0 comments on commit 91d2d10

Please sign in to comment.