-
Notifications
You must be signed in to change notification settings - Fork 22
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
issue with server config forge 1.18.2 #193
Comments
Could you please explain what you mean by "the namespace is incorrect" I am a bit confused by the error message, not sure why it's triggered or what it means. The string values in the list are correct, they are the IDs/msg names of DamageSources related to those create actors, not IDs of blocks or entities |
Had a better look at this, the reason for this issue is that we aren't calling the right define method in the config for lists. Will be fixed in the next release. |
in the default config you wrote create.mechanical_saw where it should be create:mechanical_saw. You cannot change it in the file because if you do the config gets reset again and will write in "create.mechanical.blade" The problem is you used a "." after the modid, create, instead of a ":" |
The commit is still incorrect.
Should be
|
@itsdinkd no this is in fact correct. This is a damage source name not an entity ID or anything. Damage source "names" were defined with a dot by create, unless this changed in 0.5. The correction issue should be fixed in 1.2.6, it was unrelated to the namespace and was because validation was because config lists were defined incorrectly. If you can reproduce this issue in 1.2.6 please let me know |
You can see it defined with a dot not a column here: |
Ah I see. Thank you for the clarification and the fix |
makes zero sense as its literally correcting its default value, which is also wrong (the name space is incorrect)
The text was updated successfully, but these errors were encountered: