VeroxUniverse / EpicSamurai-forge

Other
4 stars 9 forks source link

Fix yarn mapping conflict #7

Closed Bawnorton closed 11 months ago

Bawnorton commented 12 months ago

JorogumoEntity has a method name that exists in yarn-mapped LivingEntity which it extends causing a mapping conflict.

Change:

-- JorogumoEntity#imClimbing
++ JorogumoEntity#isCurrentlyClimbing

To Fix:

:remapping 1 mods from modImplementation (java-api)
  METHODs net/veroxuniverse/epicsamurai/entity/custom/JorogumoEntity/[net/minecraft/world/entity/LivingEntity/m_6147_, isClimbing]()Z -> isClimbing
Mapping target name conflicts detected:
There were unfixable conflicts.