Philosopher's Stone consumed in Transmutation Tablet recipe
noel357 opened this issue ยท 5 comments
Modpack version
2.20.0
Description
The quest says it doesn't get consumed since the ".noReturn()" function didn't work in Extended Crafting Tables, now it does which confuses people. Either change the quest to say it does get consumed or remove the .noReturn to make it not getting consumed.
Steps to reproduce
Craft the Tablet.
Expected behavior
Consistency.
Additional context
Your Divine Journey 2 Discord Username
NOEL357
From my testing in 2.20.0: crafting manually in the Extended Crafting Tables doesn't leave any items behind like Crafting Units or Buckets so the noReturn works there. But when using the Automation Interface it does leave them in the Tables, though only for the last recipe per batch since otherwise there're items in the slots so left over items get "voided" (e.g. requesting 64 Ultimate Crafting Tables gives back 13 Crafting Units in the last craft).
old bugs are not confirmed on latest version but not marked as fixed or referenced from any commit, also they were found on manual crafting
this makes everything is very confusing :/
To get directly to the interested scripts:
- noReturn() clausole
- The commented out tooltip
confirmed #693 on 2.20.0, it's alive