Skip to content

Commit

Permalink
Update Connector integration
Browse files Browse the repository at this point in the history
  • Loading branch information
PepperCode1 committed Dec 10, 2024
1 parent 7cc039b commit bf42fd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}

version = project.mod_version + '+' + project.mod_minecraft_version + ".forge" + getExtraBuildMetadata()
version = project.mod_version + '+' + project.mod_minecraft_version + '.forge' + getExtraBuildMetadata()
group = project.maven_group

base {
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ displayTest = "IGNORE_ALL_VERSION"
modId = "minecraft"
mandatory = true
versionRange = "[1.20.1]"
side = "CLIENT"

[[dependencies.continuity]]
modId = "connectormod"
mandatory = true
side = "CLIENT"

[[dependencies.continuity]]
modId = "fabric_api"
mandatory = true
side = "CLIENT"

0 comments on commit bf42fd1

Please sign in to comment.