logo
0
0
WeChat Login

所有护甲值属性的访问都是走

((ItemArmor)stack.getItem()).damageReduceAmount;

那我直接MixinItemStackgetItem(),如果返回的是ItemArmor就返回一个新的实例(或许可以缓存)