diff --git a/dependencies.gradle b/dependencies.gradle index 3d0bb1e86..dc1913351 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,6 @@ // Add your dependencies here dependencies { - api('com.github.GTNewHorizons:CodeChickenLib:1.2.1:dev') - api('com.github.GTNewHorizons:CodeChickenCore:1.2.1:dev') + api('com.github.GTNewHorizons:CodeChickenCore:1.3.0:dev') shadowImplementation('org.apache.commons:commons-csv:1.10.0') } diff --git a/gradle.properties b/gradle.properties index f1d40505a..18b5824c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -141,7 +141,7 @@ modrinthProjectId = notenoughitems-unofficial # and the name is the Modrinth project or version slug/id of the other mod. # Example: required-project:fplib;optional-project:gasstation;incompatible-project:gregtech # Note: GTNH Mixins is automatically set as a required dependency if usesMixins = true -modrinthRelations = required-project\:codechickenlib-unofficial;required-project\:codechickencore-unofficial +modrinthRelations = required-project\:codechickencore-unofficial # Publishing to CurseForge requires you to set the CURSEFORGE_TOKEN environment variable to one of your CurseForge API tokens. # @@ -155,7 +155,7 @@ curseForgeProjectId = 358228 # and the name is the CurseForge project slug of the other mod. # Example: requiredDependency:railcraft;embeddedLibrary:cofhlib;incompatible:buildcraft # Note: UniMixins is automatically set as a required dependency if usesMixins = true. -curseForgeRelations = requiredDependency\:codechickencore-unofficial;requiredDependency\:codechickenlib-unofficial +curseForgeRelations = requiredDependency\:codechickencore-unofficial # Optional parameter to customize the produced artifacts. Use this to preserve artifact naming when migrating older # projects. New projects should not use this parameter.