AllTheMods/atm9nf

[Bug]: Awakened Draconium Dust recipe missing

Closed this issue · 1 comments

Possible Fixes

Yes

Modpack Version

1.15

What happened?

The recipe for Awakened Draconium Dust is missing since the addition of the Draconium Evolution mod. This was fixed about a month ago for atm9 - skies: AllTheMods/All-the-mods-9-Sky#385

I think this was the code added to kubejs:

    event.custom({
        type: 'thermal:pulverizer',
        ingredients: [
            Ingredient.of('draconicevolution:awakened_draconium_ingot').toJson()
        ],
        results: [
            Item.of('draconicevolution:awakened_draconium_dust')
        ],
        processingTime: 100
    })

})

latest.log

No response

Developer reports

No response

Can confirm the issue, adding the custom event from kubejs/server_scripts/mods/thermal/recipes.js on atm9sky, minus the first 3 event calls does allow you to get it from a pulverizer.