Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No recipe for Singularity with OreDict ingredient #31

Open
Krutoy242 opened this issue Aug 4, 2023 · 4 comments · May be fixed by #32
Open

No recipe for Singularity with OreDict ingredient #31

Krutoy242 opened this issue Aug 4, 2023 · 4 comments · May be fixed by #32

Comments

@Krutoy242
Copy link

Krutoy242 commented Aug 4, 2023

I have several custom singularities. It seems like oredict ingredient stop working after one of recent updates.

This is my config:

    S:custom_singularities <
        100;quartz;minecraft:quartz_block;ffffff
        101;experience;ore:itemXP;b3f43b
        102;black_quartz;actuallyadditions:item_misc:5;202122
        103;hard_carbon_alloy;nuclearcraft:alloy:2;265e75
        104;magnesium_diboride_alloy;nuclearcraft:alloy:3;01030e
        105;thorium;nuclearcraft:ingot:3;2d2e32
        106;fluxed_electrum;redstonearsenal:material:32;f68d0e
        107;fluix;appliedenergistics2:material:7;630eb4
     >

Problem line is:

101;experience;ore:itemXP;b3f43b

This how Singularity looks like in game:
image

Proof that game actually have this oredicted items:
image

Problem that Experience Singularity doesnt have any recipes like all other custom ones do
image

@Exaxxion
Copy link

Exaxxion commented Aug 5, 2023

I don't recall offhand whether we support oredicts for custom singularities. If the only item with this tag is the bottle o' enchanting, you could try changing from ore:itemXP to minecraft:experience_bottle.

@Exaxxion
Copy link

Exaxxion commented Aug 5, 2023

Looking through the code it does seem like that should work as long as the OreDict entry exists and is not empty at the time the singularity items are parsed from configs and registered. It's possible that the OreDict is being created afterwards.

@Krutoy242
Copy link
Author

Weird. I will try to reproduce it with vanilla predicts.

@Krutoy242
Copy link
Author

I tested - ore:logWood working correct... Weird.

@WaitingIdly WaitingIdly linked a pull request Aug 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants