diff --git a/Spigot-Server-Patches/LootTable-API-Replenishable-Lootables-Feature.patch b/Spigot-Server-Patches/LootTable-API-Replenishable-Lootables-Feature.patch index 7c09d7729b..3d3608370a 100644 --- a/Spigot-Server-Patches/LootTable-API-Replenishable-Lootables-Feature.patch +++ b/Spigot-Server-Patches/LootTable-API-Replenishable-Lootables-Feature.patch @@ -586,10 +586,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 LootTable loottable = this.world.getMinecraftServer().getLootTableRegistry().getLootTable(this.lootTable); if (entityhuman instanceof EntityPlayer) { -@@ -0,0 +0,0 @@ public abstract class EntityMinecartContainer extends EntityMinecartAbstract imp + CriterionTriggers.N.a((EntityPlayer) entityhuman, this.lootTable); } - this.lootTable = null; +- this.lootTable = null; ++ //this.lootTable = null; // Paper + this.lootableData.processRefill(entityhuman); // Paper LootTableInfo.Builder loottableinfo_builder = (new LootTableInfo.Builder((WorldServer) this.world)).set(LootContextParameters.POSITION, this.getChunkCoordinates()).a(this.lootTableSeed); @@ -645,10 +646,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 LootTable loottable = this.world.getMinecraftServer().getLootTableRegistry().getLootTable(this.lootTable); if (entityhuman instanceof EntityPlayer) { -@@ -0,0 +0,0 @@ public abstract class TileEntityLootable extends TileEntityContainer { + CriterionTriggers.N.a((EntityPlayer) entityhuman, this.lootTable); } - this.lootTable = null; +- this.lootTable = null; ++ //this.lootTable = null; // Paper + this.lootableData.processRefill(entityhuman); // Paper LootTableInfo.Builder loottableinfo_builder = (new LootTableInfo.Builder((WorldServer) this.world)).set(LootContextParameters.POSITION, new BlockPosition(this.position)).a(this.lootTableSeed);