This commit is contained in:
KennyTV 2021-02-04 19:09:56 +01:00
parent 554fbb49c5
commit 59e05e3096
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
12 changed files with 23 additions and 23 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -54,7 +54,7 @@ public class ProtocolVersion {
public static final ProtocolVersion v1_16_2 = register(751, "1.16.2");
public static final ProtocolVersion v1_16_3 = register(753, "1.16.3");
public static final ProtocolVersion v1_16_4 = register(754, "1.16.4/5", new VersionRange("1.16", 4, 5));
public static final ProtocolVersion v1_17 = register(755, 12, "1.17");
public static final ProtocolVersion v1_17 = register(755, 13, "1.17");
public static final ProtocolVersion unknown = register(-1, "UNKNOWN");
public static ProtocolVersion register(int version, String name) {

View File

@ -18142,9 +18142,9 @@
"18139": "minecraft:sculk_sensor[power=15,sculk_sensor_phase=active,waterlogged=false]",
"18140": "minecraft:sculk_sensor[power=15,sculk_sensor_phase=cooldown,waterlogged=true]",
"18141": "minecraft:sculk_sensor[power=15,sculk_sensor_phase=cooldown,waterlogged=false]",
"18142": "minecraft:oxidized_copper_block",
"18143": "minecraft:weathered_copper_block",
"18144": "minecraft:exposed_copper_block",
"18142": "minecraft:oxidized_copper",
"18143": "minecraft:weathered_copper",
"18144": "minecraft:exposed_copper",
"18145": "minecraft:copper_block",
"18146": "minecraft:copper_ore",
"18147": "minecraft:oxidized_cut_copper",
@ -18495,7 +18495,7 @@
"18492": "minecraft:cut_copper_slab[type=bottom,waterlogged=false]",
"18493": "minecraft:cut_copper_slab[type=double,waterlogged=true]",
"18494": "minecraft:cut_copper_slab[type=double,waterlogged=false]",
"18495": "minecraft:waxed_copper",
"18495": "minecraft:waxed_copper_block",
"18496": "minecraft:waxed_weathered_copper",
"18497": "minecraft:waxed_exposed_copper",
"18498": "minecraft:waxed_weathered_cut_copper",
@ -19713,9 +19713,9 @@
"811": "tinted_glass",
"812": "powder_snow",
"813": "sculk_sensor",
"814": "oxidized_copper_block",
"815": "weathered_copper_block",
"816": "exposed_copper_block",
"814": "oxidized_copper",
"815": "weathered_copper",
"816": "exposed_copper",
"817": "copper_block",
"818": "copper_ore",
"819": "oxidized_cut_copper",
@ -19730,7 +19730,7 @@
"828": "weathered_cut_copper_slab",
"829": "exposed_cut_copper_slab",
"830": "cut_copper_slab",
"831": "waxed_copper",
"831": "waxed_copper_block",
"832": "waxed_weathered_copper",
"833": "waxed_exposed_copper",
"834": "waxed_weathered_cut_copper",
@ -20784,9 +20784,9 @@
"1022": "minecraft:amethyst_cluster",
"1023": "minecraft:spyglass",
"1024": "minecraft:copper_block",
"1025": "minecraft:exposed_copper_block",
"1026": "minecraft:weathered_copper_block",
"1027": "minecraft:oxidized_copper_block",
"1025": "minecraft:exposed_copper",
"1026": "minecraft:weathered_copper",
"1027": "minecraft:oxidized_copper",
"1028": "minecraft:cut_copper",
"1029": "minecraft:exposed_cut_copper",
"1030": "minecraft:weathered_cut_copper",
@ -20799,7 +20799,7 @@
"1037": "minecraft:exposed_cut_copper_slab",
"1038": "minecraft:weathered_cut_copper_slab",
"1039": "minecraft:oxidized_cut_copper_slab",
"1040": "minecraft:waxed_copper",
"1040": "minecraft:waxed_copper_block",
"1041": "minecraft:waxed_exposed_copper",
"1042": "minecraft:waxed_weathered_copper",
"1043": "minecraft:waxed_cut_copper",

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>viaversion-jar</name>

View File

@ -6,7 +6,7 @@
<groupId>us.myles</groupId>
<artifactId>viaversion-parent</artifactId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
<packaging>pom</packaging>
<name>viaversion-parent</name>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>viaversion-parent</artifactId>
<groupId>us.myles</groupId>
<version>3.3.0-21w05a</version>
<version>3.3.0-21w05b</version>
</parent>
<modelVersion>4.0.0</modelVersion>