Paper/nms-patches
Pokechu22 e20928f7da SPIGOT-2726: Fix duplicate UUID check not always running
World.addEntity(Entity entity) calls addEntity(entity, SpawnReason.DEFAULT), which contains the code that was originally in addEntity (and some event code).

However, WorldServer previously only had addEntity(Entity entity), so if addEntity(Entity entity, SpawnReason spawnreason) was called directly, the UUID check that's found in it (the call to 'i') is skipped.  This happens, among other places, in ChunkRegionLoader.spawnEntity (which /summon uses).

I fixed this by making WorldServer override the SpawnReason version, rather than the regular version.  This is safe to do because the World version calls the SpawnReason version - it's not necessary to do the same thing in WorldServer.
2016-10-16 19:42:23 +11:00
..
Block.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockButtonAbstract.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockCactus.patch SPIGOT-2388: Damage must be nulled out in some circumstances 2016-06-12 10:13:51 +10:00
BlockCake.patch SPIGOT-1341: Cancelled cake interact decreases client hunger 2016-07-01 11:20:31 +10:00
BlockCauldron.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockChorusFlower.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockCocoa.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockCommand.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockCrops.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockDaylightDetector.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockDiodeAbstract.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockDispenser.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockDoor.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockDragonEgg.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockDropper.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockEnderPortal.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockFire.patch SPIGOT-1264: Spurious BlockFadeEvent 2016-06-30 14:47:05 +10:00
BlockFlowing.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockGrass.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockIce.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockJukeBox.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockLeaves.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockLever.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockMagma.patch SPIGOT-2388: Damage must be nulled out in some circumstances 2016-06-12 10:13:51 +10:00
BlockMinecartDetector.patch Simplify a few diffs 2016-07-15 20:10:43 +10:00
BlockMobSpawner.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockMonsterEggs.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockMushroom.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockMycel.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockNetherWart.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockOre.patch Simplify a few diffs 2016-07-15 20:10:43 +10:00
BlockPiston.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockPlant.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockPortal.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockPoweredRail.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockPressurePlateAbstract.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockPressurePlateBinary.patch SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events 2016-03-04 15:24:51 +11:00
BlockPressurePlateWeighted.patch SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events 2016-03-04 15:24:51 +11:00
BlockPumpkin.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockRedstoneLamp.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockRedstoneOre.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
BlockRedstoneTorch.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockRedstoneWire.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockReed.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockSapling.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockSkull.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockSnow.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockSoil.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
BlockStationary.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockStem.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockTNT.patch Call EntityChangeBlockEvent for Fire Arrows hitting TNT 2016-07-08 11:20:15 +10:00
BlockTrapdoor.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockTripwire.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockTripwireHook.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockVine.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
BlockWaterLily.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
ChatBaseComponent.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ChatModifier.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
Chunk.patch SPIGOT-2439: Consistently fire Chunk(Load|Unload)Event 2016-06-23 10:34:08 +10:00
ChunkProviderGenerate.patch MC-54738: Fix ocean biome spikes due to minHeight sign inversion. 2016-10-08 19:22:59 +11:00
ChunkProviderServer.patch Simplify a few diffs 2016-07-15 20:10:43 +10:00
ChunkRegionLoader.patch SPIGOT-2634: Concurrency issue in FileIOThread 2016-08-27 15:51:54 +10:00
ChunkSection.patch MC-80966 / SPIGOT-957: Send additional lighting data 2016-06-25 20:44:12 +10:00
CommandBlockListenerAbstract.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
CommandExecute.patch SPIGOT-2717: /execute over RCON 2016-10-09 14:00:04 +11:00
CommandGamemode.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
CommandGamerule.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
CommandSpreadPlayers.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
CommandTp.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
Container.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ContainerAnvil.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ContainerBeacon.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ContainerBrewingStand.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ContainerChest.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ContainerDispenser.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ContainerEnchantTable.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ContainerFurnace.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ContainerHopper.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ContainerHorse.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ContainerMerchant.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ContainerPlayer.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ContainerWorkbench.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
CraftingManager.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
CrashReport.patch Fix CraftBukkit crash report details not showing 2016-05-15 22:12:06 +10:00
DataPaletteBlock.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
DataWatcher.patch Update to Minecraft 1.10.2 2016-06-25 11:54:17 +10:00
DedicatedServer.patch Simplify a few diffs 2016-07-15 20:10:43 +10:00
DispenseBehaviorItem.patch Update for minor remapping changes. 2015-07-30 17:13:35 +10:00
DispenseBehaviorProjectile.patch Simplify a few diffs 2016-07-15 20:10:43 +10:00
DispenserRegistry.patch SPIGOT-2683: Missing BlockDispenseEvents 2016-09-19 18:20:15 +10:00
DragonControllerManager.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
Enchantment.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EnchantmentFrostWalker.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EnchantmentThorns.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
Entity.patch SPIGOT-2686: Vehicles cannot collide with air 2016-10-12 19:47:14 +11:00
EntityAgeable.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityAnimal.patch SPIGOT-1319: Add EntityBreedEvent 2016-06-19 20:14:09 +10:00
EntityAreaEffectCloud.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityArmorStand.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityArrow.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityBoat.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityChicken.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityCow.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityCreature.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityCreeper.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityDamageSourceIndirect.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityEgg.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityEnderCrystal.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityEnderDragon.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityEnderman.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
EntityEnderPearl.patch SPIGOT-1468: ENDER_PEARL SpawnReason 2016-07-01 12:30:28 +10:00
EntityExperienceOrb.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityFallingBlock.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
EntityFireball.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityFireworks.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityFishingHook.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityGhast.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityHanging.patch SPIGOT-2365: Missed hanging diff 2016-06-09 20:42:49 +10:00
EntityHorse.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityHuman.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityInsentient.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityIronGolem.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityItem.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityItemFrame.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityLargeFireball.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityLeash.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityLightning.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityLiving.patch SPIGOT-2427: Fix missed diff in armor damage handling 2016-07-10 12:02:18 +10:00
EntityMinecartAbstract.patch SPIGOT-2397: More calls to VehicleEntityCollisionEvent 2016-06-12 10:45:03 +10:00
EntityMinecartCommandBlock.patch SPIGOT-1181: Ensure Minecart command updates visually 2016-06-30 13:33:26 +10:00
EntityMinecartContainer.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityMonster.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityMushroomCow.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityOcelot.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityPainting.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityPig.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityPlayer.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityPotion.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
EntityProjectile.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityRabbit.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
EntitySheep.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityShulkerBullet.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntitySilverfish.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
EntitySkeleton.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntitySlice.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
EntitySlime.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntitySmallFireball.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntitySnowman.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntitySpider.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityThrownExpBottle.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityTippedArrow.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityTNTPrimed.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityTracker.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityTrackerEntry.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityVillager.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityWither.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
EntityWitherSkull.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityWolf.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityZombie.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ExpirableListEntry.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
Explosion.patch SPIGOT-1968: Use correct explosion yield 2016-03-19 12:19:17 +11:00
FoodMetaData.patch SPIGOT-1341: Cancelled cake interact decreases client hunger 2016-07-01 11:20:31 +10:00
HandshakeListener.patch Update to Minecraft 1.10.2 2016-06-25 11:54:17 +10:00
IDataManager.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
IInventory.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
InventoryCrafting.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
InventoryCraftResult.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
InventoryEnderChest.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
InventoryHorseChest.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
InventoryLargeChest.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
InventoryMerchant.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
InventorySubcontainer.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
IRecipe.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ItemArmor.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ItemBlock.patch SPIGOT-1288: Sounds played for cancelled BlockPlaceEvent 2016-06-30 15:39:58 +10:00
ItemBoat.patch SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events 2016-03-04 15:24:51 +11:00
ItemBow.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ItemBucket.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ItemChorusFruit.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ItemDye.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
ItemFireball.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ItemFishingRod.patch Update to Minecraft 1.9.2 2016-03-30 21:06:51 +01:00
ItemFlintAndSteel.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ItemHanging.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ItemLeash.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
ItemMapEmpty.patch SPIGOT-1847: Maps in non default worlds 2016-03-10 16:42:07 +11:00
ItemMinecart.patch Simplify a few diffs 2016-07-15 20:10:43 +10:00
ItemMonsterEgg.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ItemRecord.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
ItemSkull.patch SPIGOT-2537: Relax skull check even for nominally invalid skulls. 2016-07-22 20:34:17 +10:00
ItemSnowball.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ItemStack.patch SPIGOT-1288: Sounds played for cancelled BlockPlaceEvent 2016-06-30 15:39:58 +10:00
ItemWaterLily.patch SPIGOT-1607: Fix BlockPlaceEvent and BlockMultiPlaceEvent sometimes showing the wrong item used 2016-03-01 21:37:08 +00:00
ItemWorldMap.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
JsonList.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
LoginListener.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
MerchantRecipe.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
MethodProfiler.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
MinecraftServer.patch SPIGOT-215: Implement infrastructure for Location tab completes 2016-08-25 09:48:52 +10:00
MobEffectList.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
MobSpawnerAbstract.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
NameReferencingFileConverter.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
NetworkManager.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PacketDataSerializer.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
PacketPlayInCloseWindow.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PacketStatusListener.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PathfinderGoalBreakDoor.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PathfinderGoalBreed.patch SPIGOT-1319: Add EntityBreedEvent 2016-06-19 20:14:09 +10:00
PathfinderGoalDefendVillage.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
PathfinderGoalEatTile.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
PathfinderGoalHorseTrap.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
PathfinderGoalHurtByTarget.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
PathfinderGoalMakeLove.patch SPIGOT-1319: Add EntityBreedEvent 2016-06-19 20:14:09 +10:00
PathfinderGoalNearestAttackableTarget.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
PathfinderGoalNearestAttackableTargetInsentient.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PathfinderGoalOwnerHurtByTarget.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
PathfinderGoalOwnerHurtTarget.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
PathfinderGoalPanic.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
PathfinderGoalSit.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PathfinderGoalTame.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PathfinderGoalTarget.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PathfinderGoalTargetNearestPlayer.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PathfinderGoalTempt.patch SPIGOT-1373: Implement EntityTargetEvent for TEMPT. 2016-07-01 11:41:27 +10:00
PathfinderGoalVillagerFarm.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
PlayerChunk.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PlayerChunkMap.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PlayerConnection.patch SPIGOT-2639: Better state validation 2016-09-05 17:33:28 +10:00
PlayerInteractManager.patch Fix looting enchant using wrong variable 2016-10-10 17:02:49 +11:00
PlayerInventory.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
PlayerList.patch SPIGOT-2622: Ensure all players are safely disconnected on shutdown 2016-08-23 14:02:48 +10:00
PortalTravelAgent.patch SPIGOT-2366: Fix a missed diff PortalTravelAgent.patch 2016-06-09 21:25:21 +10:00
PropertyManager.patch [SPIGOT-946] Begin making use of access transforms to simplify patching. 2015-06-06 19:46:42 +10:00
RecipeArmorDye.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
RecipeBookClone.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
RecipeFireworks.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
RecipeMapClone.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
RecipeRepair.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
RecipesBanner.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
RecipesFurnace.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
RecipeTippedArrow.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
RecipiesShield.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
RegionFile.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
RegionFileCache.patch SPIGOT-2385: RegionFileCache synchronization issues 2016-06-12 19:28:27 +10:00
RemoteControlCommandListener.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
ScoreboardServer.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
SecondaryWorldServer.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ShapedRecipes.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ShapelessRecipes.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
Slot.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
SlotFurnaceResult.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
SpawnerCreature.patch Simplify a few diffs 2016-07-15 20:10:43 +10:00
StatisticManager.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
StructureGenerator.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntity.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
TileEntityBanner.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
TileEntityBeacon.patch Enhance Beacon Block API 2016-07-23 10:55:43 +10:00
TileEntityBrewingStand.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
TileEntityChest.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
TileEntityCommand.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityContainer.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityDispenser.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
TileEntityEndGateway.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityFurnace.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
TileEntityHopper.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
TileEntityNote.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityPiston.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
TileEntitySign.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
UserCache.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
Village.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
VillageSiege.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
World.patch Update to Minecraft 1.10.2 2016-06-25 11:54:17 +10:00
WorldBorder.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
WorldData.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
WorldGenGroundBush.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
WorldGenMegaTreeAbstract.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
WorldGenRegistration.patch Update to Minecraft 1.9.2 2016-03-30 21:06:51 +01:00
WorldGenVillagePieces.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
WorldManager.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
WorldMap.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
WorldNBTStorage.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
WorldServer.patch SPIGOT-2726: Fix duplicate UUID check not always running 2016-10-16 19:42:23 +11:00