@@ -58,3 +58,33 @@ containsMixinsAndOrCoreModOnly =
5858# If enabled, you may use 'shadowImplementation' for dependencies. They will be integrated in your jar. It is your
5959# responsibility check the licence and request permission for distribution, if required.
6060usesShadowedDependencies = false
61+
62+
63+ # Publishing to CurseForge requires you to set the CURSEFORGE_TOKEN environment variable to one of your CurseForge API tokens.
64+
65+ # The project's numeric ID on CurseForge. You can find this in the About Project box.
66+ # Leave this empty if you don't want to publish on CurseForge.
67+ curseForgeProjectId = 746280
68+
69+ # The project's relations on CurseForge. You can use this to refer to other projects on CurseForge.
70+ # Syntax: type1:name1;type2:name2;...
71+ # Where type can be one of [requiredDependency, embeddedLibrary, optionalDependency, tool, incompatible],
72+ # and the name is the CurseForge project id of the other mod.
73+ # curseForgeRelations =
74+
75+
76+ # Publishing to modrinth requires you to set the MODRINTH_TOKEN environment variable to your current modrinth API token.
77+
78+ # The project's ID on Modrinth. Can be either the slug or the ID.
79+ # Leave this empty if you don't want to publish on Modrinth.
80+
81+ modrinthProjectId = codechickenlib-unofficial
82+
83+ # The project's relations on Modrinth. You can use this to refer to other projects on Modrinth.
84+ # Syntax: scope1-type1:name1;scope2-type2:name2;...
85+ # Where scope can be one of [required, optional, incompatible, embedded],
86+ # type can be one of [project, version],
87+ # and the name is the Modrinth project or version slug/id of the other mod.
88+
89+ # modrinthRelations =
90+
0 commit comments