The Twilight Forest

The Twilight Forest

140M Downloads

[1.20.6-DEV] Recrafting Armor Equipment Slot check doesn't appear to be working.

Tamaized opened this issue ยท 0 comments

commented

if (inputStack.is(Tags.Items.ARMORS) && resultStack.is(Tags.Items.ARMORS)) {
return inputStack.getEquipmentSlot() == resultStack.getEquipmentSlot();
}

No idea why this is always returning true.

image