feat(thaumcraft): Added new item ArcaneCraftingUpgrade#170
feat(thaumcraft): Added new item ArcaneCraftingUpgrade#170Dream-Master merged 24 commits intoGTNewHorizons:masterfrom
Conversation
This item was based on the initial work in the draft PR. Co-authored-by: AX3Lino <ax3lino@gmail.com>
|
Does this run properly when Thaumcraft isn't installed? |
Yes, it works fine without it. |
|
@UltraProdigy , It seems like that the |
Has this been tested when the Thaumcraft mod is not installed? |
I've tested it without Thaumcraft and it works fine. Since the JVM uses lazy class loading, it won't trigger a NoClassDefFoundError because the item won't be created. |
|
Looked over the code and not seeing anything immediately wrong, looks fine overall, very large but that's expected for something like this, but it seems fine. Kept tracing through various call paths since some invariants aren't documented but that's on OC and not this PR for that, but it seems like everything I followed was upheld so it seems good. |
Co-authored-by: guneykabel <60798455+guneykabel@users.noreply.github.com>
|
@guneykabel can you re check this pr? |
Co-authored-by: guneykabel <60798455+guneykabel@users.noreply.github.com>
This item was based on the initial work in the draft PR.

This PR completes and supersedes #155, which has been inactive for several months.
Add three functions: craft, craftNormal, craftArcane.
Closes #155
Credits Co-authored-by: @AX3Lino