Blue Power

Blue Power

4M Downloads

[1.18] Missing Ruby and Sapphire tags with Janoeo Foundation mod

emanuele246gi opened this issue ยท 9 comments

commented

What were you doing when the issue happened?

Just looking at the crafting recipes

What did you expect to happen?

Being able to craft them

What happened instead

2023-02-04_17 09 20
2023-02-04_17 09 29

I also tried to fix it manually from datapack, but it still doesn't work

Full Log and Crashlog on pastebin/gist

Forge and Minecraft version

Forge 3.0.34, Minecraft 1.18.2

Bluepower version and build number

bluepower-1.18.2-0.6.288-alpha-universal

commented

Good to know, thank you for your help!

commented

Recipes are fine natively:
image
image
Must be a mod / datapack / script conflict, if you could attach the log file?

commented

Oh well, I'll have to remove the datapack fix I made after this post, I'll be back in a while

commented

Seems to be caused by the janoeo mod looks like they add ruby and sapphire tags, but the items don't exist in game, causing an error during the tag registration:
image
Your pack took ages to load by the way ๐Ÿ˜… was quite hard to troubleshoot.

commented
commented

I also wrote about the datapack that didn't work, what I meant is that it didn't work when still using the tags, but I managed to fix it with a datapack that specified the items

commented

Thank you for the response, yeah I know about that but I can't do otherwise ๐Ÿ˜…

commented

I will try to fix it by looking at Janoeo instead, thank you again ^^

commented

No worries, the tag registry isn't always straight forward to tell what mod / recipe is breaking it, so get this kind of issue fairly regularly, in this case noticed this error when I was launching the pack:

[19:52:45] [Worker-Main-24/ERROR]: Couldn't load tag forge:ores/sapphire as it is missing following references: janoeo:sapphire_ore (from Janoeo Foundation-7.10.3.84.jar)
[19:52:45] [Worker-Main-24/ERROR]: Couldn't load tag forge:ores/ruby as it is missing following references: janoeo:ruby_ore (from Janoeo Foundation-7.10.3.84.jar)