Skip to content

Commit

Permalink
MinecraftDead
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspw-w committed Apr 6, 2024
1 parent e37e833 commit ffb6044
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 24 deletions.
16 changes: 0 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ configurations {
runtimeOnly.canBeResolved = true
}

def viaLibs = [
"com.viaversion:viaversion:${project.viaversion_version}",
"com.viaversion:viabackwards:${project.viabackwards_version}",
"com.viaversion:viarewind-universal:${project.viarewind_version}",
"net.raphimc:ViaLoader:${project.vialoader_version}",
"net.raphimc:ViaAprilFools:${project.viaaprilfools_version}"
]

dependencies {
include("org.spongepowered:mixin:${project.mixin_version}") {
transitive = false
Expand All @@ -68,14 +60,6 @@ dependencies {

include "com.squareup.okhttp3:okhttp:4.9.1"

for (final def via in viaLibs) {
include(via)
}

include ("net.raphimc:ViaLegacy:${project.vialegacy_version}") {
exclude group: "com.google.code.gson", module: "gson"
}

include('com.github.half-cambodian-hacker-man:Koffee:d8cee73') {
exclude module: 'asm-commons'
exclude module: 'asm-tree'
Expand Down
9 changes: 1 addition & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,4 @@ mixin_version=0.7.11-SNAPSHOT
kotlin_version = 1.9.23
detekt_version = 1.23.5
forgegradle_version = a3d86a59c0
mixingradle_version = ae2a80e

viaversion_version=4.10.0-24w09a-SNAPSHOT
viabackwards_version=4.10.0-24w09a-SNAPSHOT
viarewind_version=3.0.7-24w09a-SNAPSHOT
vialoader_version=2.2.13-SNAPSHOT
vialegacy_version=2.2.22-SNAPSHOT
viaaprilfools_version=2.0.11-SNAPSHOT
mixingradle_version = ae2a80e
Binary file added libs/ViaAprilFools-2.0.11-SNAPSHOT.jar
Binary file not shown.
Binary file added libs/ViaBackwards-4.10.0-24w09a-SNAPSHOT (1).jar
Binary file not shown.
Binary file added libs/ViaLegacy-2.2.22-SNAPSHOT.jar
Binary file not shown.
Binary file added libs/ViaLoader-2.2.13-SNAPSHOT.jar
Binary file not shown.
Binary file added libs/ViaRewind-3.0.6-24w07a-SNAPSHOT.jar
Binary file not shown.
Binary file added libs/ViaVersion-4.10.0-24w09a-SNAPSHOT.jar
Binary file not shown.

0 comments on commit ffb6044

Please sign in to comment.