Hi,
I’m using the modpack FTB Evolution and I’m trying to craft the stability upgrade to boost my centrifuge’s output rate.
The upgrade is available in JEI but when I check the craft recipe it doesn’t appear.
I’ve checked the repository and in the specified folder I can’t find the craft recipe for this item. It seems like it’s missing: https://github.com/JDKDigital/productivelib/tree/93d1cabc9fb930d7d9163554ab43ed6ed98e7b50/src/main/resources/data/productivelib/recipe/upgrades
The item is well-declared here:
|
public static final DeferredHolder<Item, ? extends Item> UPGRADE_STABILITY = createItem("upgrade_stability", () -> new UpgradeItem((new Item.Properties()))); |
Could you please provide a fix for this?
Thanks,
Regards.
Hi,
I’m using the modpack FTB Evolution and I’m trying to craft the stability upgrade to boost my centrifuge’s output rate.
The upgrade is available in JEI but when I check the craft recipe it doesn’t appear.
I’ve checked the repository and in the specified folder I can’t find the craft recipe for this item. It seems like it’s missing: https://github.com/JDKDigital/productivelib/tree/93d1cabc9fb930d7d9163554ab43ed6ed98e7b50/src/main/resources/data/productivelib/recipe/upgrades
The item is well-declared here:
productivelib/src/main/java/cy/jdkdigital/productivelib/registry/LibItems.java
Line 28 in 93d1cab
Could you please provide a fix for this?
Thanks,
Regards.