mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
Update ViaFabric from 1.20.2->1.20.3 (#284)
* Prepare to update to 1.20.3. (Hunt for errors first) * Correct report URL in value, Update Mod Menu. * Fixed compile errors --------- Co-authored-by: FlorianMichael <60033407+FlorianMichael@users.noreply.github.com>
This commit is contained in:
parent
f233b4b6d3
commit
91a0a1809d
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -28,7 +28,7 @@ body:
|
||||
Please use Not Enough Crashes if possible, making the stacktrace easier to understand.
|
||||
value: |
|
||||
```
|
||||
Put the paste.gg link or text here.
|
||||
Put the mclo.gs link or text here.
|
||||
```
|
||||
placeholder: Please do not remove the grave accents; simply replace the line of text in the middle.
|
||||
validations:
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Allows the connection to/from different Minecraft versions on your Minecraft client/server (LAN worlds too)
|
||||
|
||||
This mod can be installed on 1.8.9, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.2 with Fabric Loader.
|
||||
This mod can be installed on 1.8.9, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.3 with Fabric Loader.
|
||||
|
||||
## Dependencies
|
||||
|
||||
@ -53,7 +53,7 @@ registry synchronization (fabric-registry-sync mod).
|
||||
| 1.17.1 client | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ⟲ | ⟲ | ⟲ |
|
||||
| 1.18.2 client | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ⟲ | ⟲ |
|
||||
| 1.19.4 client | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ⟲ |
|
||||
| 1.20.2 client | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| 1.20.3 client | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
|
||||
✓ = [ViaVersion](https://viaversion.com) ⟲ = [ViaBackwards](https://viaversion.com/backwards) ⏪
|
||||
= [ViaRewind](https://viaversion.com/rewind)
|
||||
|
@ -9,11 +9,11 @@ import java.util.stream.IntStream
|
||||
plugins {
|
||||
id "java"
|
||||
id "maven-publish"
|
||||
id "org.ajoberstar.grgit" version "5.2.0"
|
||||
id "org.ajoberstar.grgit" version "5.2.1"
|
||||
id "com.matthewprenger.cursegradle" version "1.4.0"
|
||||
id "com.modrinth.minotaur" version "2.8.4"
|
||||
id "com.modrinth.minotaur" version "2.8.7"
|
||||
id "fabric-loom" version "1.4-SNAPSHOT" apply false
|
||||
id "com.github.ben-manes.versions" version "0.48.0"
|
||||
id "com.github.ben-manes.versions" version "0.50.0"
|
||||
}
|
||||
|
||||
def ENV = System.getenv()
|
||||
|
@ -1,11 +1,11 @@
|
||||
# suppress inspection "UnusedProperty" for whole file
|
||||
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
||||
|
||||
loader_version=0.14.24
|
||||
viaver_version=4.9.0-1.20.3-rc1-SNAPSHOT
|
||||
loader_version=0.14.25
|
||||
viaver_version=4.9.1
|
||||
yaml_version=2.2
|
||||
|
||||
publish_mc_versions=1.20.2, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.8.9
|
||||
publish_mc_versions=1.20.3, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.8.9
|
||||
# example: 1.19.1-rc1. Can be a blank value
|
||||
modrinth_mc_snapshot=
|
||||
# example: 1.19-Snapshot. Can be a blank value
|
||||
|
@ -13,8 +13,8 @@
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.0",
|
||||
"minecraft": ["1.8.9", "1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", ">=1.20.2"],
|
||||
"viaversion": ">=4.8.1"
|
||||
"minecraft": ["1.8.9", "1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", ">=1.20.3"],
|
||||
"viaversion": ">=4.9.1"
|
||||
},
|
||||
"breaks": {
|
||||
"viafabricplus": "*"
|
||||
|
@ -1,9 +1,9 @@
|
||||
dependencies {
|
||||
minecraft("com.mojang:minecraft:1.20.2")
|
||||
mappings("net.fabricmc:yarn:1.20.2+build.2:v2")
|
||||
minecraft("com.mojang:minecraft:1.20.3")
|
||||
mappings("net.fabricmc:yarn:1.20.3+build.1:v2")
|
||||
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.89.3+1.20.2")
|
||||
modImplementation("com.terraformersmc:modmenu:8.0.0")
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.91.1+1.20.3")
|
||||
modImplementation("com.terraformersmc:modmenu:9.0.0-pre.1")
|
||||
}
|
||||
|
||||
tasks.compileJava {
|
||||
|
@ -26,7 +26,7 @@ public class NMSCommandSender implements ViaCommandSender {
|
||||
}
|
||||
|
||||
public static MutableText fromLegacy(String legacy) {
|
||||
return Text.Serializer.fromJson(RemappingUtil.legacyToJson(legacy));
|
||||
return Text.Serialization.fromJson(RemappingUtil.legacyToJson(legacy));
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -54,7 +54,7 @@ public class NMSCommandSender implements ViaCommandSender {
|
||||
if (source instanceof ServerCommandSource) {
|
||||
return ((ServerCommandSource) source).getName();
|
||||
} else if (source instanceof FabricClientCommandSource) {
|
||||
return ((FabricClientCommandSource) source).getPlayer().getEntityName();
|
||||
return ((FabricClientCommandSource) source).getPlayer().getName().getString();
|
||||
}
|
||||
return "?";
|
||||
}
|
||||
|
@ -40,7 +40,7 @@
|
||||
},
|
||||
"depends": {
|
||||
"fabric-resource-loader-v0": "*",
|
||||
"minecraft": [">=1.20.2"],
|
||||
"minecraft": [">=1.20.3"],
|
||||
"viafabric": "*"
|
||||
},
|
||||
"recommends": {
|
||||
|
Loading…
Reference in New Issue
Block a user