我感叹号呢?
This commit is contained in:
parent
5395770e08
commit
76341f9cd1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class ItemAnimationFactory {
|
|||
}
|
||||
|
||||
private static void setAnimationState(ItemStack itemStack, boolean isClientSide) {
|
||||
if (itemStack.getOrCreateTag().getString("geckoAnim").isEmpty() && !(itemStack.getItem() instanceof ArmorItem)) {
|
||||
if (!itemStack.getOrCreateTag().getString("geckoAnim").isEmpty() && !(itemStack.getItem() instanceof ArmorItem)) {
|
||||
String animation = itemStack.getOrCreateTag().getString("geckoAnim");
|
||||
itemStack.getOrCreateTag().putString("geckoAnim", "");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue