Stargate Journey

Stargate Journey

5M Downloads

"Stargate does not have enugh space"

Affe36963 opened this issue ยท 5 comments

commented

Every time I open any applied energistics 2 interface i get the message "Stargate does not have enugh space" above my hotbar.
This started when I put a stargate in my base but it still appers there even if I remove the stargate.
info: All the mod 9
Stargate journey-1.20.2-0.6.19

commented

I'm aware of this issue, but still have no idea what interaction with AE2 could possibly be causing it.

commented

It's not AE2, I think it's JEI. Everytime I hover on a functional SG block (as in, something with a GUI or a Cartouche / the gates themselves) in JEI or my inventory, it happens. AE2 is present but it happens everywhere, not just there.

commented

It's not AE2, I think it's JEI. Everytime I hover on a functional SG block (as in, something with a GUI or a Cartouche / the gates themselves) in JEI or my inventory, it happens. AE2 is present but it happens everywhere, not just there.

I have JEI as a dependency in my dev environment and I've never seen it happen. What version of Minecraft/Forge/JEI did it happen for you the last time?

commented

1.20.1 / NeoForge 47.1.88 / JEI 15.2.0.27

Even better, import this into Prism (not MultiMC! MultiMC doesn't seem to want to add NF support, and the pack requires it)

commented

Tried debugging ATM9 instance
triggered on hover in inventory (over cartouche in this case)

image
dont ask me what is apotheosis doing there... :D

Apotheosis source link to the line

threads_report.txt

Related issue:
Shadows-of-Fire/Apotheosis#998

Resolving the enchanting stat tooltips requires getting a state from the blockstate, which involves calling getStateForPlacement, which should not have side effects. Those mods should be performing such actions in other methods (such as useOn).