Skip to content

Commit

Permalink
[Port] Update to snapshot (v2.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDAGaming committed Jan 14, 2025
1 parent f7f67b6 commit ca05579
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 59 deletions.
10 changes: 0 additions & 10 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ configurations.compileClasspath.get().extendsFrom(common)
configurations.runtimeClasspath.get().extendsFrom(common)

dependencies {
// Fabric Integrations (1.14+)
if (isModern) {
// Required for loading translation data
modImplementation(fabricApi.fabricModule("fabric-resource-loader-v0", "fabric_api_version"()!!))
"include"(fabricApi.fabricModule("fabric-resource-loader-v0", "fabric_api_version"()!!))

// Mod Menu API Implementation
"modImplementation"("${"modmenu_group"()}:modmenu:${"modmenu_version"()}")
}

common(project(path = ":common")) { isTransitive = false }
common(project(path = ":common", configuration = "shade"))
common(project(path = ":common", configuration = "runtime"))
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"entrypoints": {
"client": [
"com.gitlab.cdagaming.craftpresence.fabric.CraftPresenceFabric"
],
"modmenu": [
"com.gitlab.cdagaming.craftpresence.fabric.impl.ModMenuImpl"
]
},
"depends": {
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Archive Info
mod_name=CraftPresence
mod_name=CraftPresence-Staging
mod_id=craftpresence
group=com.gitlab.cdagaming
enabled_platforms=fabric,forge,neoforge
enabled_platforms=fabric
# Critical Info
isLegacy=false
isJarMod=false
Expand All @@ -19,7 +19,7 @@ display_version=
# Fabric Info
fabric_loader_version=0.16.9
fabric_api_version=0.114.1+1.21.4
fabric_game_version_range=>=1.21.4 <1.22
fabric_game_version_range=*
fabric_loader_version_range=>=0.12.0
# Quilt Info
quilt_loader_version=0.26.3
Expand All @@ -39,7 +39,7 @@ neoforge_game_version_range=[1.21.4, 1.22)
neoforge_loader_version_range=[21.4.0-beta,)
# Deployment Info
versionId=2.5.3
deploymentType=Release
deploymentType=Alpha
versionLabel=Release
additional_mc_versions=
# Integration Info
Expand All @@ -52,7 +52,7 @@ starscript_version=0.3.4
classgraph_version=4.8.179
moonconf_version=1.0.9
# UniLib Info
unilib_name=UniLib
unilib_name=UniLib-Staging
unilib_build_version=1.0.5
unilib_minimum_version=1.0.4
# Dependency Info
Expand Down

0 comments on commit ca05579

Please sign in to comment.