Astral Sorcery Crafting Detection
KAfable opened this issue ยท 3 comments
Issue Description
Astral Sorcery has an internal progression that's usually unlocked by crafting key altar blocks within the mod. It has adjusted it's detection method to detect 3x3 recipes if Pack Dev's want to change it, however it doesn't seem to be detected when crafting in an Artisan Worktable.
What Happens
Given this recipe it should give the player the BASIC_CRAFT progression.
This is given by: /astralsorcery progress
What You Expect to Happen
I expect it to have BASIC_CRAFT unlocked once the Luminous Crafting Table is crafted and pulled from the Artisan Worktable.
Script
https://gist.github.com/Vyraal1/28e16f265c27eb9c1554990b55ecb063
Affected Versions
- Minecraft: 1.12.2
- Forge: 2781
- CraftTweaker: 4.1.13
- Artisan Worktables: 1.19.5
- Athenaeum: 1.15.0
Looks like AS listens for the ItemCraftedEvent
which AW doesn't fire.
I remember looking into the event before, but I don't really remember the details of why I chose to implement a custom event instead of firing the Forge event - pretty sure I couldn't satisfy the field requirements of the event.
I'll look into this more tomorrow.
@Vyraal1 also, if you're interested, I started a discord for my mods: discord.gg/HY69E8X