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
Changing <ore:dustSkyStone> to <appliedenergistics2:material:45> (actual item representation of dust) fixes the issue. This sounds odd, since in game, dustSkyStone ore is not empty and have exactly this item in it.
The text was updated successfully, but these errors were encountered:
For testing purposes i removed TConEvo from my modpack E2E-E. Now, after 2-3 minutes of game loading I got crash from
Lazy AE2
:I have many tweaked function in my .zs code, but there is two with
dustSkyStone
ingredient in it:debug.log
Changing
<ore:dustSkyStone>
to<appliedenergistics2:material:45>
(actual item representation of dust) fixes the issue. This sounds odd, since in game,dustSkyStone
ore is not empty and have exactly this item in it.The text was updated successfully, but these errors were encountered: