Skip to content
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

FractureDimList config not working with Advanced Rocketry🚀 dimensions #373

Open
Krutoy242 opened this issue Mar 27, 2024 · 3 comments
Open
Labels
Bug Something isn't working

Comments

@Krutoy242
Copy link

If i changing config\thaumicaugmentation.cfg file and adding this lines, I got debug messages that its not working:

S:FractureDimList <
    0=35
    -1=15
    1=10
    7=5
    17=5
    20=5
    111=5
    66=5
    101=5
    102=5
    103=5
    105=2
    106=2
    108=2
 >

debug.log:

[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 17=5
[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 20=5
[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 111=5
[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 66=5
[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 101=5
[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 102=5
[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 103=5
[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 105=2
[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 106=2
[Server thread/DEBUG] [thaumicaugmentation]: Invalid FractureDimList dim entry, dim not present: 108=2

The dimensions 101, 102, 103, 105, 106, 108 was added by AdvancedRoketry mod.
I can see them by executing /forge dimensions:
image

@TheCodex6824
Copy link
Owner

It looks like there might be an issue with it not finding dimensions in singleplayer if the dimensions are not loaded - if you load one of those dimensions and then change the config (something like client/ReducedEffects that doesn't require a world/game restart), it should print those messages out again. Is the dimension you loaded still in the list when that happens?

@TheCodex6824 TheCodex6824 added the Bug Something isn't working label Mar 30, 2024
@Krutoy242
Copy link
Author

I tried to do what you suggested, but im not sure if i understand you correctly:

  1. I loaded game, no TA dims errors
  2. I loaded world, Invalid FractureDimList dim entry, dim not present errors for dims -1 1 7 17 20 111 66 101 102 103 105 106 108
  3. I used command /tpx 101 to teleport to Venus.
  4. I changed client/ReducedEffects
  5. Now debug.log have Invalid FractureDimList dim entry for thisdimensions: 17 20 111 66 101 102 103 105 106 108.

As you can see, dim 101 is still here even if im currently inside it
image

@TheCodex6824
Copy link
Owner

You did everything right, and it seems the issue is separate from what I thought it was (you can see dimensions -1, 1, and 17 are not in the second list, but dimensions like 101 are still there). At this point it's just a bug.

TheCodex6824 added a commit that referenced this issue Dec 31, 2024
…and generate fractures even if dimension information is unavailable (#387)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants