Nomifactory / ExtendedCrafting

Adds some new ways to craft items, as well as extra crafting items and utilities.
MIT License
2 stars 5 forks source link

No recipe for Singularity with OreDict ingredient #31

Open Krutoy242 opened 11 months ago

Krutoy242 commented 11 months ago

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 commented 11 months ago

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 commented 11 months ago

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 commented 11 months ago

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

Krutoy242 commented 10 months ago

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