Skip to content

Commit

Permalink
1.1.13 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hevav committed Dec 11, 2023
1 parent 349ef51 commit cc96c51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.12
1.1.13
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

setGroup("net.elytrium")
setVersion("1.1.13-SNAPSHOT")
setVersion("1.1.13")

compileJava {
getOptions().setEncoding("UTF-8")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static EntityMetadata createMapMetadata(LimboFactory limboFactory, Protoc
} else {
return new EntityMetadata(Map.of(
getMetadataIndex(protocolVersion), new EntityMetadata.SlotEntry(limboFactory.getItem(Item.FILLED_MAP), 1, 0,
CompoundBinaryTag.builder().put("map", IntBinaryTag.of(mapId)).build())
CompoundBinaryTag.builder().put("map", IntBinaryTag.intBinaryTag(mapId)).build())
));
}
}
Expand Down

0 comments on commit cc96c51

Please sign in to comment.