Sorted out the sentient sword's identity crisis (#1201)

This commit is contained in:
Nicholas Ignoffo 2018-02-05 17:36:13 -08:00
parent 1205c41712
commit 63f88f6bff

View file

@ -272,7 +272,7 @@ public class ItemSentientSword extends ItemSword implements IDemonWillWeapon, IM
@Override
@SideOnly(Side.CLIENT)
public ItemMeshDefinition getMeshDefinition() {
return new CustomMeshDefinitionMultiWill("sentient_shovel");
return new CustomMeshDefinitionMultiWill("sentient_sword");
}
@Nullable