Skip to content

Commit

Permalink
➖ Remove ARRP As A Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMaddieNow committed Nov 13, 2023
1 parent 92b178c commit 76a685b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ dependencies {
modImplementation libs.qsl
modImplementation libs.quilt.loader

modImplementation files("libs/arrp-0.8.0.jar")
include files("libs/arrp-0.8.0.jar")
modApi(libs.statement){ exclude group: "net.fabricmc.fabric-api" }
include libs.statement

Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ qsl = "6.0.3+1.20.1"
quilted_fabric_api = "7.0.3+0.83.1-1.20.1"

statement = "4.2.5"
arrp = "0.8.0"

[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
Expand All @@ -22,7 +21,6 @@ quilted_fabric_api = { module = "org.quiltmc.quilted-fabric-api:quilted-fabric-a
quilted_fabric_api_deprecated = { module = "org.quiltmc.quilted-fabric-api:quilted-fabric-api-deprecated", version.ref = "quilted_fabric_api" }

statement = { module = "com.github.Virtuoel:Statement", version.ref = "statement" }
#arrp = { module = "net.devtech:arrp", version.ref = "arrp"}

# If you have multiple similar dependencies, you can declare a dependency bundle and reference it on the build script with "libs.bundles.example".
[bundles]
Expand Down
Binary file removed libs/arrp-0.8.0-sources.jar
Binary file not shown.
Binary file removed libs/arrp-0.8.0.jar
Binary file not shown.
4 changes: 0 additions & 4 deletions src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
{
"id": "statement",
"versions": "=4.2.5"
},
{
"id": "advanced_runtime_resource_pack",
"versions": ">=0.8.0"
}
]
},
Expand Down

0 comments on commit 76a685b

Please sign in to comment.