nvb-uy / Animation_Overhaul

Other
6 stars 1 forks source link

[Compatibility] Farmer's Delight knives and skillet #34

Open kkempfer opened 3 months ago

kkempfer commented 3 months ago

The knives (KnifeItem) are derived from the MiningTool class: https://github.com/newhoryzon/farmers-delight-fabric/blob/08a0ae251e3afb6db7f711db5e3c79365c82a4f7/src/main/java/com/nhoryzon/mc/farmersdelight/item/KnifeItem.java#L29). It would be nice to have a custom animation for KnifeItem similar to how you already handle SwordItem.

The skillet (SkilletItem) is derived from the BlockItem class: https://github.com/newhoryzon/farmers-delight-fabric/blob/08a0ae251e3afb6db7f711db5e3c79365c82a4f7/src/main/java/com/nhoryzon/mc/farmersdelight/item/SkilletItem.java#45. We could do fun animations with this one.