Skip to content
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.

Commit

Permalink
Merge branch 'minecraft-1.10.2' into minecraft-1.11.2
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
  • Loading branch information
SquidDev committed Mar 5, 2017
2 parents 19649f9 + 8414979 commit b50be1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mod stuff
mc_version=1.11.2
forge_version=13.20.0.2226
mod_version=1.3.2
mod_version=1.3.3

# Various libraries
cc_version=1.80pr0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public NBTTagCompound writeToNBT(NBTTagCompound compound) {
return compound;
}

@MergeVisitor.Rename(from = {"writeToNBT", "func_145841_b"})
@MergeVisitor.Rename(from = {"writeToNBT", "func_189515_b"})
@MergeVisitor.Stub
public NBTTagCompound native_writeToNBT(NBTTagCompound compound) {
return compound;
Expand Down

0 comments on commit b50be1e

Please sign in to comment.