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
Blocksmith needs a way to easily identify transitive mod dependencies (meaning mods that other mods require) and the exact version of a mod being used in the modpack. it also needs something to identify when the file of a mod version has changed, whether malicious or by accident. This will make the tool both faster and more secure.
Proposal
A modpack.lock file containing all mods (including transitive mods) with exact versions that can be downloaded so everyone that works on the modpack has the exact same mod versions. This can also be used with a hash, so to prevent issues when a file changes in a version. Lastly, it will make the installation faster, because it can download the exact version directly from the source.
Here is an example of what the lock file could look like:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Background
Blocksmith needs a way to easily identify transitive mod dependencies (meaning mods that other mods require) and the exact version of a mod being used in the modpack. it also needs something to identify when the file of a mod version has changed, whether malicious or by accident. This will make the tool both faster and more secure.
Proposal
A modpack.lock file containing all mods (including transitive mods) with exact versions that can be downloaded so everyone that works on the modpack has the exact same mod versions. This can also be used with a hash, so to prevent issues when a file changes in a version. Lastly, it will make the installation faster, because it can download the exact version directly from the source.
Here is an example of what the lock file could look like:
Motivation
No response
Stage
Beta Was this translation helpful? Give feedback.
All reactions