Skip to content

Commit

Permalink
Apply getDropItem AT to correct class (neoforged#419)
Browse files Browse the repository at this point in the history
The method was moved from AbstractMinecart to its superclass VehicleEntity.
  • Loading branch information
malte0811 authored Dec 23, 2023
1 parent 0f1a8fb commit 601fe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public net.minecraft.world.entity.player.Player closeContainer()V # closeContain
protected net.minecraft.world.entity.projectile.Projectile <init>(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;)V # constructor
private-f net.minecraft.world.entity.raid.Raid$RaiderType VALUES # VALUES
public net.minecraft.world.entity.schedule.Activity <init>(Ljava/lang/String;)V # constructor
protected net.minecraft.world.entity.vehicle.AbstractMinecart getDropItem()Lnet/minecraft/world/item/Item; # getDropItem - make AbstractMinecart implementable
protected net.minecraft.world.entity.vehicle.VehicleEntity getDropItem()Lnet/minecraft/world/item/Item; # getDropItem - make VehicleEntity implementable
public net.minecraft.world.inventory.AnvilMenu repairItemCountCost # repairItemCountCost
public net.minecraft.world.inventory.MenuType <init>(Lnet/minecraft/world/inventory/MenuType$MenuSupplier;Lnet/minecraft/world/flag/FeatureFlagSet;)V # constructor
public net.minecraft.world.inventory.MenuType$MenuSupplier
Expand Down

0 comments on commit 601fe61

Please sign in to comment.