9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-27 19:09:09 +00:00
This commit is contained in:
XiaoMoMi
2023-11-04 03:51:09 +08:00
parent f4a1f5f1fb
commit ee2b2c8e49
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ public class AdventureUtils {
.append(chars[i+11])
.append(chars[i+13])
.append(">");
i += 13;
i += 12;
}
default -> {
stringBuilder.append(chars[i]);