Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-20 06:50:08 +01:00
22w16b
Dieser Commit ist enthalten in:
Ursprung
8b51430555
Commit
d36d5d6def
@ -80,7 +80,7 @@ public class ProtocolVersion {
|
|||||||
public static final ProtocolVersion v1_17_1 = register(756, "1.17.1");
|
public static final ProtocolVersion v1_17_1 = register(756, "1.17.1");
|
||||||
public static final ProtocolVersion v1_18 = register(757, "1.18/1.18.1", new VersionRange("1.18", 0, 1));
|
public static final ProtocolVersion v1_18 = register(757, "1.18/1.18.1", new VersionRange("1.18", 0, 1));
|
||||||
public static final ProtocolVersion v1_18_2 = register(758, "1.18.2");
|
public static final ProtocolVersion v1_18_2 = register(758, "1.18.2");
|
||||||
public static final ProtocolVersion v1_19 = register(759, 80, "1.19");
|
public static final ProtocolVersion v1_19 = register(759, 81, "1.19");
|
||||||
public static final ProtocolVersion unknown = register(-1, "UNKNOWN");
|
public static final ProtocolVersion unknown = register(-1, "UNKNOWN");
|
||||||
|
|
||||||
public static ProtocolVersion register(int version, String name) {
|
public static ProtocolVersion register(int version, String name) {
|
||||||
|
@ -85,7 +85,7 @@ public final class EntityPackets extends EntityRewriter<Protocol1_19To1_18_2> {
|
|||||||
final Position blockPosition = wrapper.read(Type.POSITION1_14);
|
final Position blockPosition = wrapper.read(Type.POSITION1_14);
|
||||||
final byte direction = wrapper.read(Type.BYTE);
|
final byte direction = wrapper.read(Type.BYTE);
|
||||||
|
|
||||||
final Position3d position = PaintingOffsetUtil.fixOffset(blockPosition, motive, direction); //TODO no worky? teleportation needed...?
|
final Position3d position = PaintingOffsetUtil.fixOffset(blockPosition, motive, direction); //TODO currently broken on servers; can probably remove the offsetting
|
||||||
wrapper.write(Type.DOUBLE, position.x());
|
wrapper.write(Type.DOUBLE, position.x());
|
||||||
wrapper.write(Type.DOUBLE, position.y());
|
wrapper.write(Type.DOUBLE, position.y());
|
||||||
wrapper.write(Type.DOUBLE, position.z());
|
wrapper.write(Type.DOUBLE, position.z());
|
||||||
|
@ -25071,6 +25071,126 @@
|
|||||||
"minecraft:mending",
|
"minecraft:mending",
|
||||||
"minecraft:vanishing_curse"
|
"minecraft:vanishing_curse"
|
||||||
],
|
],
|
||||||
|
"entities": [
|
||||||
|
"minecraft:allay",
|
||||||
|
"minecraft:area_effect_cloud",
|
||||||
|
"minecraft:armor_stand",
|
||||||
|
"minecraft:arrow",
|
||||||
|
"minecraft:axolotl",
|
||||||
|
"minecraft:bat",
|
||||||
|
"minecraft:bee",
|
||||||
|
"minecraft:blaze",
|
||||||
|
"minecraft:boat",
|
||||||
|
"minecraft:chest_boat",
|
||||||
|
"minecraft:cat",
|
||||||
|
"minecraft:cave_spider",
|
||||||
|
"minecraft:chicken",
|
||||||
|
"minecraft:cod",
|
||||||
|
"minecraft:cow",
|
||||||
|
"minecraft:creeper",
|
||||||
|
"minecraft:dolphin",
|
||||||
|
"minecraft:donkey",
|
||||||
|
"minecraft:dragon_fireball",
|
||||||
|
"minecraft:drowned",
|
||||||
|
"minecraft:elder_guardian",
|
||||||
|
"minecraft:end_crystal",
|
||||||
|
"minecraft:ender_dragon",
|
||||||
|
"minecraft:enderman",
|
||||||
|
"minecraft:endermite",
|
||||||
|
"minecraft:evoker",
|
||||||
|
"minecraft:evoker_fangs",
|
||||||
|
"minecraft:experience_orb",
|
||||||
|
"minecraft:eye_of_ender",
|
||||||
|
"minecraft:falling_block",
|
||||||
|
"minecraft:firework_rocket",
|
||||||
|
"minecraft:fox",
|
||||||
|
"minecraft:frog",
|
||||||
|
"minecraft:ghast",
|
||||||
|
"minecraft:giant",
|
||||||
|
"minecraft:glow_item_frame",
|
||||||
|
"minecraft:glow_squid",
|
||||||
|
"minecraft:goat",
|
||||||
|
"minecraft:guardian",
|
||||||
|
"minecraft:hoglin",
|
||||||
|
"minecraft:horse",
|
||||||
|
"minecraft:husk",
|
||||||
|
"minecraft:illusioner",
|
||||||
|
"minecraft:iron_golem",
|
||||||
|
"minecraft:item",
|
||||||
|
"minecraft:item_frame",
|
||||||
|
"minecraft:fireball",
|
||||||
|
"minecraft:leash_knot",
|
||||||
|
"minecraft:lightning_bolt",
|
||||||
|
"minecraft:llama",
|
||||||
|
"minecraft:llama_spit",
|
||||||
|
"minecraft:magma_cube",
|
||||||
|
"minecraft:marker",
|
||||||
|
"minecraft:minecart",
|
||||||
|
"minecraft:chest_minecart",
|
||||||
|
"minecraft:command_block_minecart",
|
||||||
|
"minecraft:furnace_minecart",
|
||||||
|
"minecraft:hopper_minecart",
|
||||||
|
"minecraft:spawner_minecart",
|
||||||
|
"minecraft:tnt_minecart",
|
||||||
|
"minecraft:mule",
|
||||||
|
"minecraft:mooshroom",
|
||||||
|
"minecraft:ocelot",
|
||||||
|
"minecraft:painting",
|
||||||
|
"minecraft:panda",
|
||||||
|
"minecraft:parrot",
|
||||||
|
"minecraft:phantom",
|
||||||
|
"minecraft:pig",
|
||||||
|
"minecraft:piglin",
|
||||||
|
"minecraft:piglin_brute",
|
||||||
|
"minecraft:pillager",
|
||||||
|
"minecraft:polar_bear",
|
||||||
|
"minecraft:tnt",
|
||||||
|
"minecraft:pufferfish",
|
||||||
|
"minecraft:rabbit",
|
||||||
|
"minecraft:ravager",
|
||||||
|
"minecraft:salmon",
|
||||||
|
"minecraft:sheep",
|
||||||
|
"minecraft:shulker",
|
||||||
|
"minecraft:shulker_bullet",
|
||||||
|
"minecraft:silverfish",
|
||||||
|
"minecraft:skeleton",
|
||||||
|
"minecraft:skeleton_horse",
|
||||||
|
"minecraft:slime",
|
||||||
|
"minecraft:small_fireball",
|
||||||
|
"minecraft:snow_golem",
|
||||||
|
"minecraft:snowball",
|
||||||
|
"minecraft:spectral_arrow",
|
||||||
|
"minecraft:spider",
|
||||||
|
"minecraft:squid",
|
||||||
|
"minecraft:stray",
|
||||||
|
"minecraft:strider",
|
||||||
|
"minecraft:tadpole",
|
||||||
|
"minecraft:egg",
|
||||||
|
"minecraft:ender_pearl",
|
||||||
|
"minecraft:experience_bottle",
|
||||||
|
"minecraft:potion",
|
||||||
|
"minecraft:trident",
|
||||||
|
"minecraft:trader_llama",
|
||||||
|
"minecraft:tropical_fish",
|
||||||
|
"minecraft:turtle",
|
||||||
|
"minecraft:vex",
|
||||||
|
"minecraft:villager",
|
||||||
|
"minecraft:vindicator",
|
||||||
|
"minecraft:wandering_trader",
|
||||||
|
"minecraft:warden",
|
||||||
|
"minecraft:witch",
|
||||||
|
"minecraft:wither",
|
||||||
|
"minecraft:wither_skeleton",
|
||||||
|
"minecraft:wither_skull",
|
||||||
|
"minecraft:wolf",
|
||||||
|
"minecraft:zoglin",
|
||||||
|
"minecraft:zombie",
|
||||||
|
"minecraft:zombie_horse",
|
||||||
|
"minecraft:zombie_villager",
|
||||||
|
"minecraft:zombified_piglin",
|
||||||
|
"minecraft:player",
|
||||||
|
"minecraft:fishing_bobber"
|
||||||
|
],
|
||||||
"paintings": [
|
"paintings": [
|
||||||
"minecraft:kebab",
|
"minecraft:kebab",
|
||||||
"minecraft:aztec",
|
"minecraft:aztec",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Project properties - we put these here so they can be modified without causing a recompile of the build scripts
|
# Project properties - we put these here so they can be modified without causing a recompile of the build scripts
|
||||||
projectVersion=4.3.0-22w16a-SNAPSHOT
|
projectVersion=4.3.0-22w16b-SNAPSHOT
|
||||||
|
|
||||||
# Gradle properties
|
# Gradle properties
|
||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren