Fabric Shield Lib

Fabric Shield Lib

3M Downloads

Have Fabric Shield implement an interface so that the features can be implemented via a mixin

OroArmor opened this issue ยท 3 comments

commented

basically, i have to add these features via mixin because i am writing a forge and fabric mod and don't want to use ASM to have things extend classes, but implement interfaces.

TBH once i get around to adding shields to FAPI, this wont be an issue anymore

commented

should close

commented

Included in 1.4.0

commented

Yeah, using an interface on an item class instead of just using inheritance to check if it's a shield or not would probably be better.