You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returning stone slabs for paper crafting is handled in GT_Achievements, which leads to two problems:
Stone slabs are added to the players inventory even if paper is crafted without using stone slabs, such as if the harder recipe for paper is deactivated in recipes.cfg, or possibly if another mod adds a separate crafting recipe for paper.
If achievements are disabled in GregTech.cfg, the stone slabs for the harder paper recipe are consumed instead of returned, because disabling GregTech achievements also prevents GT_Achievements from being registered as an event handler.
The text was updated successfully, but these errors were encountered:
Returning stone slabs for paper crafting is handled in GT_Achievements, which leads to two problems:
The text was updated successfully, but these errors were encountered: