Skip to content

Commit

Permalink
update chenille 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Sep 22, 2024
1 parent 6b65562 commit b4a7796
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'maven-publish'
id("io.github.ladysnake.chenille") version "0.13.1"
id("io.github.ladysnake.chenille") version "0.14.0"
}

version = project.mod_version;
Expand All @@ -13,6 +13,7 @@ base {

chenille {
configurePublishing {
withLadysnakeMaven()
withGithubRelease()
withModrinthRelease()
}
Expand Down
7 changes: 5 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ owners = Ladysnake
display_name = Effective
license_header = ARR
modrinth_id = pcPXJeZi
curseforge_versions = 1.20.1
release_type = release
mr_requirements = fabric-api
mr_embeddeds = lodestonelib ; midnightlib ; satin-api ; cardinal-components-api
mr_optionals = sodium ; iris


# Fabric Properties
# check these on https://fabricmc.net/develop
Expand All @@ -17,7 +20,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.16.5

# Mod Properties
mod_version=2.3.1
mod_version=2.3.1-1.20.1
maven_group=ladysnake
archives_base_name=effective

Expand Down

0 comments on commit b4a7796

Please sign in to comment.