The Golden Ring doesn't makes Piglins Neutral due to old code
Jusey1 opened this issue ยท 1 comments
Versions (Be specific, do not write "latest"):
- Enigmatic Legacy: 2.26.4
- Curios API: 5.1.1.0
- Patchouli: 77.0
- Forge: 43.2.0
Description of a Bug:
The Golden Ring simply will not make Piglins Neutral due to some old code that I saw in the source which needs to be updated.
It needs to be:
@ Override
public boolean makesPiglinsNeutral(SlotContext slotContext, ItemStack stack) {
return true;
}
Currently, it is:
//@ Override
public boolean rendersPiglinsNeutral(String identifier, ItemStack stack, LivingEntity wearer) {
return true;
}
I proposed the fix to the source code already.
How to Reproduce:
- Wear Ring.
2.Go near Piggys (while not wearing cursed ring). - Behold!
Logs:
Crash Log: N/A