Skip to content

Commit

Permalink
no longer need prismaticlibe
Browse files Browse the repository at this point in the history
  • Loading branch information
baguchi committed Nov 26, 2023
1 parent 60a5468 commit 92360e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ dependencies {
// If you do not need Halplibe you can comment this line out or delete this line
modImplementation "TerrainAPI:terrainapi:${project.terrain_api_version}"
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
modImplementation "BTA_Babric_PrismaticLibe:prismaticlibe:${project.prismatic_version}"
modImplementation "BTA_Babric_SpawnEggs:spawneggs:1.3.1"
modImplementation "DragonFly:dragonfly:${project.dragonfly_version}"

modImplementation "BetterAI-BTA:better_ai:1.2.0"
modImplementation "ModMenu:ModMenu:2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

"depends": {
"fabricloader": ">=0.13.3",
"halplibe": ">=2.6.0",
"prismaticlibe": ">=1.1.0",
"halplibe": ">=2.7.0",
"dragonfly": ">=0.4.1",
"better_ai": ">=1.2.0",
"terrain-api": ">=1.3.1"
},
Expand Down

0 comments on commit 92360e9

Please sign in to comment.