Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Commit
88279906b5
@ -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-18w48a</version>
|
<version>2.0.0-18w49a</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-18w48a</version>
|
<version>2.0.0-18w49a</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-18w48a</version>
|
<version>2.0.0-18w49a</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(448, "1.14"));
|
register(v1_14 = new ProtocolVersion(450, "1.14"));
|
||||||
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
|
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10879,16 +10879,20 @@
|
|||||||
"10876": "minecraft:bell[face=ceiling,facing=east]",
|
"10876": "minecraft:bell[face=ceiling,facing=east]",
|
||||||
"10877": "minecraft:lantern[hanging=true]",
|
"10877": "minecraft:lantern[hanging=true]",
|
||||||
"10878": "minecraft:lantern[hanging=false]",
|
"10878": "minecraft:lantern[hanging=false]",
|
||||||
"10879": "minecraft:structure_block[mode=save]",
|
"10879": "minecraft:sweet_berry_bush[age=0]",
|
||||||
"10880": "minecraft:structure_block[mode=load]",
|
"10880": "minecraft:sweet_berry_bush[age=1]",
|
||||||
"10881": "minecraft:structure_block[mode=corner]",
|
"10881": "minecraft:sweet_berry_bush[age=2]",
|
||||||
"10882": "minecraft:structure_block[mode=data]",
|
"10882": "minecraft:sweet_berry_bush[age=3]",
|
||||||
"10883": "minecraft:jigsaw[facing=north]",
|
"10883": "minecraft:structure_block[mode=save]",
|
||||||
"10884": "minecraft:jigsaw[facing=east]",
|
"10884": "minecraft:structure_block[mode=load]",
|
||||||
"10885": "minecraft:jigsaw[facing=south]",
|
"10885": "minecraft:structure_block[mode=corner]",
|
||||||
"10886": "minecraft:jigsaw[facing=west]",
|
"10886": "minecraft:structure_block[mode=data]",
|
||||||
"10887": "minecraft:jigsaw[facing=up]",
|
"10887": "minecraft:jigsaw[facing=north]",
|
||||||
"10888": "minecraft:jigsaw[facing=down]"
|
"10888": "minecraft:jigsaw[facing=east]",
|
||||||
|
"10889": "minecraft:jigsaw[facing=south]",
|
||||||
|
"10890": "minecraft:jigsaw[facing=west]",
|
||||||
|
"10891": "minecraft:jigsaw[facing=up]",
|
||||||
|
"10892": "minecraft:jigsaw[facing=down]"
|
||||||
},
|
},
|
||||||
"items": {
|
"items": {
|
||||||
"0": "minecraft:air",
|
"0": "minecraft:air",
|
||||||
@ -11757,7 +11761,8 @@
|
|||||||
"863": "minecraft:smithing_table",
|
"863": "minecraft:smithing_table",
|
||||||
"864": "minecraft:stonecutter",
|
"864": "minecraft:stonecutter",
|
||||||
"865": "minecraft:bell",
|
"865": "minecraft:bell",
|
||||||
"866": "minecraft:lantern"
|
"866": "minecraft:lantern",
|
||||||
|
"867": "minecraft:sweet_berries"
|
||||||
},
|
},
|
||||||
"sounds": [
|
"sounds": [
|
||||||
"ambient.cave",
|
"ambient.cave",
|
||||||
@ -13146,7 +13151,8 @@
|
|||||||
"666": "stonecutter",
|
"666": "stonecutter",
|
||||||
"667": "bell",
|
"667": "bell",
|
||||||
"668": "lantern",
|
"668": "lantern",
|
||||||
"669": "structure_block",
|
"669": "sweet_berry_bush",
|
||||||
"670": "jigsaw"
|
"670": "structure_block",
|
||||||
|
"671": "jigsaw"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -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-18w48a</version>
|
<version>2.0.0-18w49a</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-18w48a</version>
|
<version>2.0.0-18w49a</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-18w48a</version>
|
<version>2.0.0-18w49a</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-18w48a</version>
|
<version>2.0.0-18w49a</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-18w48a</version>
|
<version>2.0.0-18w49a</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren