mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-21 11:46:46 +01:00
Fixed getOrCreateTag method in 1.18.2 is incorrect (#38)
This commit is contained in:
parent
6e051b757c
commit
27566f5e04
@ -33,7 +33,7 @@ public final class NMSMappings_v1_18_R2 {
|
||||
}
|
||||
|
||||
public static NBTTagCompound getOrCreateTag(ItemStack itemStack) {
|
||||
return itemStack.t();
|
||||
return itemStack.u();
|
||||
}
|
||||
|
||||
public static boolean hasKeyOfType(NBTTagCompound nbtTagCompound, String key, int type) {
|
||||
|
Loading…
Reference in New Issue
Block a user