Skip to content

Commit cc96c51

Browse files
committed
1.1.13 Release
1 parent 349ef51 commit cc96c51

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.12
1+
1.1.13

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
setGroup("net.elytrium")
12-
setVersion("1.1.13-SNAPSHOT")
12+
setVersion("1.1.13")
1313

1414
compileJava {
1515
getOptions().setEncoding("UTF-8")

src/main/java/net/elytrium/limbofilter/protocol/data/ItemFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static EntityMetadata createMapMetadata(LimboFactory limboFactory, Protoc
7070
} else {
7171
return new EntityMetadata(Map.of(
7272
getMetadataIndex(protocolVersion), new EntityMetadata.SlotEntry(limboFactory.getItem(Item.FILLED_MAP), 1, 0,
73-
CompoundBinaryTag.builder().put("map", IntBinaryTag.of(mapId)).build())
73+
CompoundBinaryTag.builder().put("map", IntBinaryTag.intBinaryTag(mapId)).build())
7474
));
7575
}
7676
}

0 commit comments

Comments
 (0)