9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-22 16:39:36 +00:00
relocate again
to support 1.18.1 and below
This commit is contained in:
Xiao-MoMi
2022-07-18 19:58:28 +08:00
parent 342719c384
commit 1e3495cace
3 changed files with 22 additions and 19 deletions

View File

@@ -84,7 +84,7 @@ public class NBTUtil {
nbtCompound.setInteger(key, (Integer) value);
}catch (ClassCastException e){
e.printStackTrace();
AdventureManager.consoleMessage("<red>[CustomFishing] 非Int类型数字必须加上强制转换标识!</red>");
AdventureManager.consoleMessage("<red>[CustomCrops] 非Int类型数字必须加上强制转换标识!</red>");
}
}
}