Remove comment regarding crafting leather (#4601)
Comment stated it was unknown whether animation was the same for all leather types and items
This commit is contained in:
committed by
Tomas Slusny
parent
da2ced6f34
commit
48c2f30959
@@ -76,7 +76,7 @@ public final class AnimationID
|
||||
public static final int GEM_CUTTING_EMERALD = 889;
|
||||
public static final int GEM_CUTTING_RUBY = 887;
|
||||
public static final int GEM_CUTTING_DIAMOND = 886;
|
||||
public static final int CRAFTING_LEATHER = 1249; // unknown if the anim is the same for all leathers
|
||||
public static final int CRAFTING_LEATHER = 1249;
|
||||
public static final int CRAFTING_GLASSBLOWING = 884;
|
||||
public static final int CRAFTING_SPINNING = 894;
|
||||
public static final int SMITHING_SMELTING = 899;
|
||||
|
||||
Reference in New Issue
Block a user