-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SUGGESTION] Allow one to blacklist specific dimensions from being altered here #26
Comments
Hello, author, this mod and (https://modrinth.com/mod/minecells) mod will produce a BUG, it will cause when entering the portal, stuck in the wall, is there any way to solve it |
I'll try to look into that when I have time, in the meantime could you open a new issue about that please? |
Mine Cells creator here, I was just figuring out a way to do a workaround of the incompatibility mentioned above on my end. But for now I can add to this issue: I can see with the current implementation that it could be problematic to just make the mod disable itself for a given dimension. But maybe instead there could be an alternative "customSpreadFactors": [
{
"structure": "minecells:overworld_portal",
"factor": 2
},
{
"structureRegex": "minecells:.*",
"factor": 1
},
] And it'd only make the Unless the dimension mentioned in the issue and the structures within it are from two different mods or some other shenanigans like that are going on, then this idea wouldn't be helpful at all in this case. |
I have not tested to see if this bug is present on 1.19.2, but I think it might be a good idea to catch similar bugs there, too. |
@mim1q Thanks for your help |
@abm991 I did not solve your issue here, I just proposed a potential future feature for the original poster's problem. Somebody actually opened an issue in Mine Cells today for the same problem as you, the current fix is there. There's no need to open an issue about the Mine Cells incompatibility here, cause it isn't really Sparse Structures' fault, and I'm already working on a proper workaround on my end. Let's not spam this issue anymore with Mine Cells stuff - if you need any more help with that, go to the issue I linked in this comment ^ |
i also want to suggest, to specify multiplier for each dimensions that override the general one but overridden by structure specific multipliers. |
Has there been any news regarding this general suggestion? As in, blacklisting specific dimensions? @MaxenceDC |
On my WIP 1.19.2 pack, I have a custom dimension that would cannot really benefit from this mod, at all.
The text was updated successfully, but these errors were encountered: