Skip to content

Commit 2e95ca0

Browse files
committed
IWantToUpgradeThisModButClassNotFoundExceptionPleaseHelpMe
1 parent e0a91e2 commit 2e95ca0

12 files changed

Lines changed: 10 additions & 25 deletions

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ dependencies {
5959
exclude module: "slf4j-api"
6060
}
6161

62-
include "com.viaversion:viaversion-common:${project.viaversion_version}"
63-
include "com.viaversion:viabackwards-common:${project.viabackwards_version}"
64-
include "com.viaversion:viarewind-common:${project.viarewind_version}"
65-
include ("net.raphimc:ViaLegacy:${project.vialegacy_version}") {
66-
exclude group: "com.google.code.gson", module: "gson"
67-
}
68-
include "net.raphimc:ViaLoader:${project.vialoader_version}"
69-
7062
include "org.slf4j:slf4j-api:${project.slf4j_version}"
7163
include "org.yaml:snakeyaml:${project.snake_yml_version}"
7264

gradle.properties

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,4 @@ mixingradle_version = ae2a80e
1717

1818
okhttp_version=4.9.1
1919
snake_yml_version=2.2
20-
slf4j_version=2.0.12
21-
22-
viaversion_version=4.10.3-SNAPSHOT
23-
viabackwards_version=4.10.3-SNAPSHOT
24-
viarewind_version=3.1.2
25-
vialoader_version=2.2.14-SNAPSHOT
26-
vialegacy_version=2.2.23-SNAPSHOT
20+
slf4j_version=2.0.7

libs/aprilfools-downgraded.jar

110 KB
Binary file not shown.

libs/backwards-downgraded.jar

1.12 MB
Binary file not shown.

libs/downgraded-vialoader.jar

49.9 KB
Binary file not shown.

libs/vialegacy-downgraded.jar

1.17 MB
Binary file not shown.

libs/viarewind-downgraded.jar

385 KB
Binary file not shown.

libs/viaversion-downgraded.jar

4.85 MB
Binary file not shown.

src/main/java/net/aspw/viaforgeplus/ProtocolBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void init(final VFPlatform platform) {
4242

4343
versions.removeIf(i -> i == ProtocolVersion.unknown || i.olderThan(ProtocolVersion.v1_7_2));
4444

45-
ProtocolFixer.doFix();
45+
//ProtocolFixer.doFix();
4646
}
4747

4848
public void inject(final Channel channel, final VFNetworkManager networkManager) {

src/main/java/net/aspw/viaforgeplus/ProtocolInject.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ object ProtocolInject {
1515
lateinit var eventManager: EventManager
1616

1717
fun init() {
18-
ProtocolBase.init(ProtocolMod.PLATFORM)
1918

2019
APIConnecter.checkData()
2120

0 commit comments

Comments
 (0)