Astral Sorcery

Astral Sorcery

63M Downloads

Astral Sorcery preventing Applied llamagistics spatial IO from working correctly

SingularTier opened this issue ยท 4 comments

commented

Platform:
Minecraft 1.12.1
forge-12.22.1.2485

Installed mods:
applied-llamagistics-1.12-rv5-beta-7.jar
astralsorcery-1.12-1.6.1.jar

With only those 2 mods installed, whenever you try and deploy a spatial dimension, AS forces it to create a new dimension instead. Relevant logs:

[13:51:24] [Server thread/INFO]: Loading dimension 2 (New World) (net.minecraft.server.integrated.IntegratedServer@3bb753b3)
[13:51:24] [Server thread/INFO]: Checking GatewayCache integrity for dimension 2
[13:51:24] [Server thread/INFO]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[13:51:24] [Server thread/INFO]: [AstralSorcery] Found worldProvider in Dimension 2 : appeng.spatial.StorageWorldProvider
[13:51:24] [Server thread/INFO]: [AstralSorcery] Injected WorldProvider into dimension 2 (chaining old provider.)
[13:51:25] [Server thread/INFO]: Block Copy Scale: 4, 4, 4
[13:51:25] [Server thread/INFO]: Block Copy Time: 242878
[13:51:25] [Server thread/INFO]: Update Time: 11613365
[13:51:25] [Server thread/INFO]: Unloading dimension 2
[13:51:27] [Server thread/INFO]: Loading dimension 2 (New World) (net.minecraft.server.integrated.IntegratedServer@3bb753b3)
[13:51:27] [Server thread/INFO]: [AstralSorcery] Found worldProvider in Dimension 2 : appeng.spatial.StorageWorldProvider
[13:51:27] [Server thread/INFO]: [AstralSorcery] Injected WorldProvider into dimension 2 (chaining old provider.)
[13:51:27] [Server thread/INFO]: Loading dimension 3 (New World) (net.minecraft.server.integrated.IntegratedServer@3bb753b3)
[13:51:27] [Server thread/INFO]: Checking GatewayCache integrity for dimension 3
[13:51:27] [Server thread/INFO]: GatewayCache checked and fully loaded in 0ms! Collected and checked 0 gateway nodes!
[13:51:27] [Server thread/INFO]: [AstralSorcery] Found worldProvider in Dimension 3 : appeng.spatial.StorageWorldProvider
[13:51:27] [Server thread/INFO]: [AstralSorcery] Injected WorldProvider into dimension 3 (chaining old provider.)

Note: I cannot reproduce this with the latest Applied ENERgistics 1.12 version, just LLAMAgistics. The reason I'm filing it here is because it seems AS is messing with worldProviders under the hood. If this is the incorrect place, please let me know.

Thanks!

commented

May need to be opened under llamagistics to see how he's calling things.

Also, I dont think that's as forcing new dimension gen, it just applies things based on configs to generated/loaded dims.

commented

I'll duplicate the bug over there. Thanks for the quick response!

Edit: I am completely wrong. Ignore what I wrote about dimensions. However, I did find that if I add all the dimensions to the weak renderer list in the config they will deploy correctly.

Sorry if I'm not clear.

commented

Related to #271

commented

Going to close this since its been fixed on both sides via commits.