Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TFSMads committed Jun 24, 2024
1 parent 784468b commit 0d51a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private void loadItemsFromCSV() {
&& modernType.equals("dragon_head")
|| modernType.endsWith("bed") && !modernType.equals("white_bed")
|| modernType.startsWith("potted_")
|| modernType.endsWith("wall_skull")
|| modernType.endsWith("wall_head")
) {
UnikAPI.LOGGER.info("Item is not supported by client version: " + modernType);
line = br.readLine();
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/transporter/updateInfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.13",
"version": "2.1.0",
"forceupdate": "IKKE IMPLEMENTERET ENDNU",
"changelog": "IKKE IMPLEMENTERET ENDNU"
}

0 comments on commit 0d51a6a

Please sign in to comment.