Skip to content

Commit

Permalink
bro
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish committed Jul 21, 2024
1 parent b49919c commit a373998
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ dependencies {
include(modImplementation("maven.modrinth:fstats:2023.12.3"))
//include(modImplementation("maven.modrinth:ducky-updater-lib:2023.10.1"))
include(modImplementation ('eu.raspberrymods.fishlib:fish-lib:1.1.0.2+1.21'))
include(modImplementation("maven.modrinth:ducky-updater-lib:2023.10.1"))
}

processResources {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ yarn_mappings=1.21+build.9
loader_version=0.15.11

# Mod Properties
mod_version=1.6.2.2+1.21
mod_version=1.6.2.3+1.21
maven_group=ro.fishmc
archives_base_name=fishmc

# Dependencies
fabric_version=0.100.7+1.21
fabric_version=0.100.7+1.21
13 changes: 6 additions & 7 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,18 @@
}
],
"custom": {
"fstats": 62,
"mc-publish": {
"dependencies": [
"fish-lib(embedded){modrinth:embedded-dependency-fabric}",
"fstats-api(embedded){modrinth:embedded-dependency-fabric}"
]
"fstats": 62,
"duckyupdater": {
"modrinthId": "JOJwCjjz",
"type": "release",
"featured": true
}
},
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": ">=1.21",
"java": ">=21",
"fabric-api": "*"
"fabric-api": ">=0.100.7+1.21"
},
"suggests": {
"fstats-api": "*"
Expand Down

0 comments on commit a373998

Please sign in to comment.