Skip to content

Commit 0942987

Browse files
Update ClassTokenReplacer
1 parent 66133d1 commit 0942987

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://github.com/ViaVersion/ViaRewind/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/ViaVersion/ViaRewind/actions)
44
[![Discord](https://img.shields.io/badge/chat-on%20discord-blue.svg)](https://viaversion.com/discord)
55

6-
**ViaBackwards addon to allow 1.8.x and 1.7.x clients on newer server versions.** <br>
6+
**ViaVersion addon to allow 1.8.x and 1.7.x clients on newer server versions.** <br>
77
Runs on 1.9-latest servers or 1.8 clients and lower.
88

99
**You can override the included version in [ViaFabric](https://modrinth.com/mod/viafabric) or [ViaProxy](https://github.com/ViaVersion/ViaProxy):**

common/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies {
1717

1818
sourceSets.configureEach {
1919
classTokenReplacer {
20+
replaceInPlace.set(true)
21+
2022
property("\${version}", project.version)
2123
property("\${impl_version}", "git-ViaRewind-${project.version}:${latestCommitHash()}")
2224
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project_jvm_version=17
88

99
project_group=com.viaversion
1010
project_version=4.0.8-SNAPSHOT
11-
project_description=ViaBackwards addon to allow 1.8.x and 1.7.x clients on newer server versions.
11+
project_description=ViaVersion addon to allow 1.8.x and 1.7.x clients on newer server versions.
1212

1313
publishing_dev_id=FlorianMichael
1414
publishing_dev_name=EnZaXD

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
plugins {
88
id("de.florianmichael.baseproject.BaseProject") version "1.0.4"
99
id("io.papermc.hangar-publish-plugin") version "0.1.3"
10-
id("net.raphimc.class-token-replacer") version "1.1.5"
10+
id("net.raphimc.class-token-replacer") version "1.1.6"
1111
id("com.modrinth.minotaur") version "2.+"
1212
}
1313
}

velocity/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
dependencies {
22
compileOnly(project(":viarewind-common"))
3-
compileOnly("com.viaversion:viaversion-velocity:5.0.0") // Needed for logger wrapper
43
compileOnly("com.velocitypowered:velocity-api:3.1.1")?.also { annotationProcessor(it) }
54
}

velocity/src/main/java/com/viaversion/viarewind/VelocityPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
name = "ViaRewind",
3737
version = ViaRewindPlatform.VERSION,
3838
authors = { "FlorianMichael/EnZaXD", "Gerrygames", "creeper123123321"},
39-
description = "ViaBackwards addon to allow 1.8.x and 1.7.x clients on newer server versions.",
39+
description = "ViaVersion addon to allow 1.8.x and 1.7.x clients on newer server versions.",
4040
dependencies = {
4141
@Dependency(id = "viaversion"),
4242
@Dependency(id = "viabackwards")

0 commit comments

Comments
 (0)