Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Merge pull request #1164 from Gerrygames/1.14
19w03c + stone slab mapping fix
Dieser Commit ist enthalten in:
Commit
47c25a0e5e
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>viaversion-parent</artifactId>
|
<artifactId>viaversion-parent</artifactId>
|
||||||
<groupId>us.myles</groupId>
|
<groupId>us.myles</groupId>
|
||||||
<version>2.0.0-19w03a</version>
|
<version>2.0.0-19w03c</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>viaversion-parent</artifactId>
|
<artifactId>viaversion-parent</artifactId>
|
||||||
<groupId>us.myles</groupId>
|
<groupId>us.myles</groupId>
|
||||||
<version>2.0.0-19w03a</version>
|
<version>2.0.0-19w03c</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>viaversion-parent</artifactId>
|
<artifactId>viaversion-parent</artifactId>
|
||||||
<groupId>us.myles</groupId>
|
<groupId>us.myles</groupId>
|
||||||
<version>2.0.0-19w03a</version>
|
<version>2.0.0-19w03c</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
@ -67,7 +67,7 @@ public class ProtocolVersion {
|
|||||||
register(v1_13 = new ProtocolVersion(393, "1.13"));
|
register(v1_13 = new ProtocolVersion(393, "1.13"));
|
||||||
register(v1_13_1 = new ProtocolVersion(401, "1.13.1"));
|
register(v1_13_1 = new ProtocolVersion(401, "1.13.1"));
|
||||||
register(v1_13_2 = new ProtocolVersion(404, "1.13.2"));
|
register(v1_13_2 = new ProtocolVersion(404, "1.13.2"));
|
||||||
register(v1_14 = new ProtocolVersion(453, "1.14"));
|
register(v1_14 = new ProtocolVersion(455, "1.14"));
|
||||||
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
|
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7293,12 +7293,12 @@
|
|||||||
"7290": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]",
|
"7290": "minecraft:dark_oak_slab[type=bottom,waterlogged=false]",
|
||||||
"7291": "minecraft:dark_oak_slab[type=double,waterlogged=true]",
|
"7291": "minecraft:dark_oak_slab[type=double,waterlogged=true]",
|
||||||
"7292": "minecraft:dark_oak_slab[type=double,waterlogged=false]",
|
"7292": "minecraft:dark_oak_slab[type=double,waterlogged=false]",
|
||||||
"7293": "minecraft:stone_slab[type=top,waterlogged=true]",
|
"7293": "minecraft:smooth_stone_slab[type=top,waterlogged=true]",
|
||||||
"7294": "minecraft:stone_slab[type=top,waterlogged=false]",
|
"7294": "minecraft:smooth_stone_slab[type=top,waterlogged=false]",
|
||||||
"7295": "minecraft:stone_slab[type=bottom,waterlogged=true]",
|
"7295": "minecraft:smooth_stone_slab[type=bottom,waterlogged=true]",
|
||||||
"7296": "minecraft:stone_slab[type=bottom,waterlogged=false]",
|
"7296": "minecraft:smooth_stone_slab[type=bottom,waterlogged=false]",
|
||||||
"7297": "minecraft:stone_slab[type=double,waterlogged=true]",
|
"7297": "minecraft:smooth_stone_slab[type=double,waterlogged=true]",
|
||||||
"7298": "minecraft:stone_slab[type=double,waterlogged=false]",
|
"7298": "minecraft:smooth_stone_slab[type=double,waterlogged=false]",
|
||||||
"7299": "minecraft:sandstone_slab[type=top,waterlogged=true]",
|
"7299": "minecraft:sandstone_slab[type=top,waterlogged=true]",
|
||||||
"7300": "minecraft:sandstone_slab[type=top,waterlogged=false]",
|
"7300": "minecraft:sandstone_slab[type=top,waterlogged=false]",
|
||||||
"7301": "minecraft:sandstone_slab[type=bottom,waterlogged=true]",
|
"7301": "minecraft:sandstone_slab[type=bottom,waterlogged=true]",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>viaversion-parent</artifactId>
|
<artifactId>viaversion-parent</artifactId>
|
||||||
<groupId>us.myles</groupId>
|
<groupId>us.myles</groupId>
|
||||||
<version>2.0.0-19w03a</version>
|
<version>2.0.0-19w03c</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<name>viaversion-jar</name>
|
<name>viaversion-jar</name>
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>us.myles</groupId>
|
<groupId>us.myles</groupId>
|
||||||
<artifactId>viaversion-parent</artifactId>
|
<artifactId>viaversion-parent</artifactId>
|
||||||
<version>2.0.0-19w03a</version>
|
<version>2.0.0-19w03c</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>viaversion-parent</name>
|
<name>viaversion-parent</name>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>viaversion-parent</artifactId>
|
<artifactId>viaversion-parent</artifactId>
|
||||||
<groupId>us.myles</groupId>
|
<groupId>us.myles</groupId>
|
||||||
<version>2.0.0-19w03a</version>
|
<version>2.0.0-19w03c</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>viaversion-parent</artifactId>
|
<artifactId>viaversion-parent</artifactId>
|
||||||
<groupId>us.myles</groupId>
|
<groupId>us.myles</groupId>
|
||||||
<version>2.0.0-19w03a</version>
|
<version>2.0.0-19w03c</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>viaversion-parent</artifactId>
|
<artifactId>viaversion-parent</artifactId>
|
||||||
<groupId>us.myles</groupId>
|
<groupId>us.myles</groupId>
|
||||||
<version>2.0.0-19w03a</version>
|
<version>2.0.0-19w03c</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren