You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current broken fabric servers that i have found are all due to missing vanilla variants.
All combat versions.
All experimental-snapshot versions.
All deep-dark-expermimental-snapshot versions.
I would say we should look into seeing if whitelisting known minecraft versions for fabric in the update.py file. For example, i can currently find the pre, rc, oneblockatatime, Pre-Release, infinite in vanillaServers from a quick look over.
The text was updated successfully, but these errors were encountered:
Hmm, I think the better solution for the missing vanilla variants in particular would be to include them, since they should be packaged.
For the empty hashes, yeah they can be done manually (or I suppose completely regenerate libraries/locks).
Might look into making the update script check for empty hashes and regenerate if necessary.
Current broken fabric servers that i have found are all due to missing vanilla variants.
combat
versions.experimental-snapshot
versions.deep-dark-expermimental-snapshot
versions.I would say we should look into seeing if whitelisting known minecraft versions for fabric in the update.py file. For example, i can currently find the
pre
,rc
,oneblockatatime
,Pre-Release
,infinite
in vanillaServers from a quick look over.The text was updated successfully, but these errors were encountered: