will-y / crystal-tools

Minecraft Mod
MIT License
0 stars 0 forks source link

1.18.2 Elytra and AIOT recipes not showing #6

Closed Izunyaaan closed 10 months ago

Izunyaaan commented 10 months ago

I can't seem to find the crafting recipe on JEI. The other tools seem to show just fine. Is there a mod I'm supposed to add along with this one?

Izunyaaan commented 10 months ago

I found out the reason. crystal_aiot.json:

{
  "type": "crystal_tools:crystal_aiot_recipe"
}

crystal_elytra.json:

{
    "type": "crystal_tools:crystal_elytra_recipe"
}

I am using the 1.3.0 version from curseforge XD

EDIT: Nevermind... it's the same even on the latest release... Hope this isn't hard to figure out :3

will-y commented 10 months ago

I am assuming it is because they are custom recipes to handle the skill point transfers. I can try to look into making them show up in JEI.

Izunyaaan commented 10 months ago

Ah, so I can actually craft them?

will-y commented 10 months ago

Yes, you should be able to craft them they just won't show up in JEI. I just got it to show up in JEI, there will be a release either later today or tomorrow that fixes it. image

will-y commented 10 months ago

Fixed in 1.18.2-1.3.1 Will be fixed in 1.19 and 1.20 soon

Izunyaaan commented 10 months ago

Thank you! For both the fixes

will-y commented 10 months ago

NP, glad you like the mod! Let me know if you run into any more issues!