Bump version to 4.4.0-SNAPSHOT

Too many funky things for a patch version
This commit is contained in:
Nassim Jahnke 2022-07-01 12:35:18 +02:00
parent 6388021c6d
commit a8e475dbf0
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@
package com.viaversion.viaversion.protocols.protocol1_13to1_12_2.data;
import com.github.steveice10.opennbt.tag.builtin.CompoundTag;
import com.github.steveice10.opennbt.tag.builtin.NumberTag;
import com.github.steveice10.opennbt.tag.builtin.ShortTag;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
@ -63,7 +64,7 @@ public class ComponentRewriter1_13 extends ComponentRewriter {
}
CompoundTag itemTag = tag.get("tag");
ShortTag damageTag = tag.get("Damage");
NumberTag damageTag = tag.get("Damage");
// Call item converter
short damage = damageTag != null ? damageTag.asShort() : 0;

View File

@ -1,5 +1,5 @@
# Project properties - we put these here so they can be modified without causing a recompile of the build scripts
projectVersion=4.3.2-1.19.1-pre2-SNAPSHOT
projectVersion=4.4.0-1.19.1-pre2-SNAPSHOT
# Gradle properties
org.gradle.daemon=true