-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
acceptedThis issue or pull request is deemed helpful, and will be worked on.This issue or pull request is deemed helpful, and will be worked on.enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
- The biggest problem with Vis Relays is when they are spread out over multiple chunks some gets unloaded while others remain loaded and lose their connection with that relay, resulting in it trying to connect to a new relay. You also get some strange artifacts where some relays gets cut of completely from the source Node but still have a visual connection with no power.
Indented relay network layout:


After a quick ~14 chunks travel:


- From testing it appears that mining a Native Cluster with the Pickaxe of the Core only works with vanilla Iron Ore and not with ore dictionary Iron Ore. Other ores such as Gold Ore from other mods work fine. It should be noted creating the Native Cluster in the Crucible works with ore dictionary, just not creating them by mining the ore with Pickaxe of the Core.
Describe the solution you'd like
-
Vis Relay networks should be able to handle unloading of surrounding chunks.
-
Other mods' Iron Ore should be possible to turn into Native Iron Clusters using Pickaxe of the Core.
Describe alternatives you've considered
-
A solution to this problem could be so a relay has a preferred relay to connect to. And if it can't it will try to connect to another available. And every once in a while (let's say every 30 seconds) it will try to connect to its preferred relay. And after
namount of failed attempts to connect to its preferred relay, it will select the currently connected relay as its preferred. Should be less likely to break. -
Have so the Pickaxe of the Core use
ore:oreIroninstead ofminecraft:iron_ore.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
acceptedThis issue or pull request is deemed helpful, and will be worked on.This issue or pull request is deemed helpful, and will be worked on.enhancementNew feature or requestNew feature or request