Blood Magic

Blood Magic

90M Downloads

Standard Power Catalyst is named "Standard Lengthening Catalyst"

moon-st0ne opened this issue ยท 2 comments

commented

Issue Description:

See title.

What happens:

See title.

What you expected to happen:

It should be named "Standard Power Catalyst"

Steps to reproduce:

  1. Launch game with Blood Magic installed
  2. Observe both standard power and lengthening catalysts
  3. Notice that Standard Power Catalyst has the same name as the real Standard Lengthening Catalyst, a bug

Affected Versions (Do not use "latest"):

  • BloodMagic: 3.2.3-38
  • Minecraft: 1.18.2
  • Forge: 40.1.54
commented

Indeed it is.

addItem(BloodMagicItems.AVERAGE_POWER_CATALYST, "Standard Lengthening Catalyst");
addItem(BloodMagicItems.AVERAGE_LENGTHENING_CATALYST, "Standard Lengthening Catalyst");

commented

Current Status:

addItem(BloodMagicItems.AVERAGE_POWER_CATALYST, "Standard Power Catalyst");
addItem(BloodMagicItems.AVERAGE_LENGTHENING_CATALYST, "Standard Lengthening Catalyst");

Fixed as of a315b78

First Release with fix: 1.18.2-3.2.4-39