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
Add the option to generate the datapack in a .jar file. The file would contain the same data as the zip file, but some files would have to be added so that the Mod Loaders can detect them
fabric.mod.json
quilt.mod.json
mods.toml
My issue is not duplicated
This is not a duplicate
The text was updated successfully, but these errors were encountered:
So that you would be able to use them like mods, like what they do on Modrinth. I'll see how I can do it, if you have big knowledge on this feature, could you list each file to include for each modloader and what variables they need?
Thank you very much! Most of the variables could be reused from the current datapack you're building, I'll see if I can also add a new global variable CURRENT_MINECRAFT_VERSION that you can access anywhere, for other ones I'll create a DSL for setting them up.
Example:
What module does this feature apply to?
Generation
Feature description
Add the option to generate the datapack in a .jar file. The file would contain the same data as the zip file, but some files would have to be added so that the Mod Loaders can detect them
My issue is not duplicated
The text was updated successfully, but these errors were encountered: