From 948431cbd84c07dc26213b886a9617e48127d0c4 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:50:40 +0900 Subject: [PATCH] Update mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping --- mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping b/mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping index 0854d738e9..d96e336489 100644 --- a/mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping +++ b/mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping @@ -14,6 +14,6 @@ CLASS net/minecraft/class_8836 net/minecraft/entity/vehicle/VehicleEntity ARG 1 damageWobbleTicks METHOD method_54300 setDamageWobbleSide (I)V ARG 1 damageWobbleSide - METHOD method_7516 killVehicle (Lnet/minecraft/class_1282;)V + METHOD method_7516 killAndDropSelf (Lnet/minecraft/class_1282;)V ARG 1 source METHOD method_7557 asItem ()Lnet/minecraft/class_1792;