PaperMC/paper-server/nms-patches
CraftBukkit/Spigot 0632e375cf SPIGOT-6194: Read correct nbt compound into chunk pdc
Previously spigots chunk pdc loading logic would read the entire chunk
nbt compound into the persistent data container of the chunk instead of
just reading the "BukkitValues".

Furthermore this commit also now correctly checks if the nbt compounds
of entities, tile entities and chunks actually have a value for the
"BukkitValues" key, as the previous 'getCompound' call would always
return an instance, the null check was useless. This commit now uses
'get', which returns null if no key exists and then runs an instanceof
check to both validate a non-null instance and an NBTTagCompound
instance.

By: Bjarne Koll <lynxplay101@gmail.com>
2020-10-18 07:01:15 +11:00
..
Advancement.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
AdvancementDataPlayer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Advancements.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
ArgumentBlock.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ArgumentEntity.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ArgumentParserSelector.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
AttributeRanged.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BehaviorAttackTargetForget.patch SPIGOT-6097: Zoglins not attacking mobs 2020-08-23 19:14:58 +10:00
BehaviorAttackTargetSet.patch SPIGOT-6032: Add best effort target events for new entities 2020-07-28 19:05:03 +10:00
BehaviorCareer.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BehaviorFarm.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BehaviorInteractDoor.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BehaviorMakeLove.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BehaviorProfession.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BehaviorUtil.patch SPIGOT-5948: EntityDropItemEvent does not fire when piglins drop an item 2020-07-06 09:30:16 +10:00
BehaviorWorkComposter.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BiomeStorage.patch SPIGOT-6064: world.getBiome() null Error 2020-08-12 10:50:20 +10:00
Block.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockBamboo.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockBambooSapling.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockBed.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockBeehive.patch SPIGOT-5866: Beehive unknown TargetReason 2020-06-28 08:56:12 +10:00
BlockButtonAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCactus.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCake.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockCampfire.patch SPIGOT-5830: Server crash when campfire lit via dispenser. 2020-06-25 19:01:18 -04:00
BlockCauldron.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockChest.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockChorusFlower.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockCocoa.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCommand.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockComposter.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockConcretePowder.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockCoral.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCoralFan.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCoralFanWall.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCoralPlant.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCrops.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockDaylightDetector.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockDiodeAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockDirtSnowSpreadable.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockDispenser.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockDoor.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockDragonEgg.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockDropper.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockEnderPortal.patch SPIGOT-6152: End exit gates in custom ends do not send back to overworld 2020-09-30 08:58:36 +10:00
BlockFenceGate.patch SPIGOT-5606: call BlockRedstoneEvent for fence gates 2020-03-15 19:05:50 +11:00
BlockFire.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockFireAbstract.patch Fix nether portal ignition 2020-08-12 16:40:43 +10:00
BlockFluids.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockFungi.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockGrass.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockGrassPath.patch SPIGOT-6125: Grass path should only fade when it is invalid at that location 2020-09-08 12:17:23 +10:00
BlockGrowingTop.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockIce.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockJukeBox.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockLeaves.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockLectern.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockLever.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockMagma.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockMinecartDetector.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockMobSpawner.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockMonsterEggs.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockMushroom.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockNetherWart.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockNote.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockObserver.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockOre.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockPiston.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockPlant.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockPortal.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockPortalShape.patch #724: Re-implement player portal event search radius and creation API 2020-08-14 08:26:40 +10:00
BlockPoweredRail.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockPressurePlateAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockPressurePlateBinary.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockPressurePlateWeighted.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockPumpkinCarved.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockRedstoneComparator.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockRedstoneLamp.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockRedstoneOre.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockRedstoneTorch.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockRedstoneWire.patch SPIGOT-5965: BlockRedstoneEvent.setNewCurrent(0) crashes server 2020-07-09 09:12:57 +10:00
BlockReed.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockSapling.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockScaffolding.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockSnow.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockSoil.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockSponge.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockStateInteger.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockStem.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockSweetBerryBush.patch #676: Add PlayerHarvestBlockEvent 2020-07-03 15:07:15 +10:00
BlockTallPlant.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockTNT.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockTrapdoor.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockTripwire.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockTripwireHook.patch Mappings Update 2018-12-06 10:00:00 +11:00
BlockTurtleEgg.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockVine.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockWaterLily.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockWitherRose.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockWitherSkull.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BossBattleCustom.patch Mappings Update 2018-12-26 08:00:00 +11:00
ChatHexColor.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ChatModifier.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Chunk.patch #672: Add PersistentDataHolder to Chunk 2020-10-17 17:37:49 +11:00
ChunkGenerator.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ChunkGeneratorAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ChunkMapDistance.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ChunkProviderServer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ChunkRegionLoader.patch SPIGOT-6194: Read correct nbt compound into chunk pdc 2020-10-18 07:01:15 +11:00
ChunkStatus.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CommandBlockListenerAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
CommandDispatcher.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CommandEffect.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
CommandGamemode.patch Mappings Update 2018-12-26 08:00:00 +11:00
CommandGamerule.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
CommandListenerWrapper.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
CommandReload.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CommandSpreadPlayers.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
CommandTeleport.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
CommandTime.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Container.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerAccess.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerAnvil.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerAnvilAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ContainerBeacon.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerBrewingStand.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerCartography.patch #745: Fix getLocation for Cartography Table and Stonecutter 2020-09-03 18:37:55 +10:00
ContainerChest.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerDispenser.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerEnchantTable.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerFurnace.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ContainerGrindstone.patch Update to Minecraft 1.14.2 2019-05-28 06:30:00 +10:00
ContainerHopper.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerHorse.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerLectern.patch Update to Minecraft 1.14.2 2019-05-28 06:30:00 +10:00
ContainerLoom.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
ContainerMerchant.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
ContainerPlayer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Containers.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerShulkerBox.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerSmithing.patch #744: Add ability to get location from smithing inventory 2020-09-03 08:18:30 +10:00
ContainerStonecutter.patch #745: Fix getLocation for Cartography Table and Stonecutter 2020-09-03 18:37:55 +10:00
ContainerWorkbench.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Convertable.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CraftingManager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CrashReport.patch Update to Minecraft 1.14.4 2019-07-20 09:00:00 +10:00
CustomFunctionData.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DamageSource.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DataConverterFlatten.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DataConverterMap.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DataConverterRegistry.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
DataWatcher.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
DedicatedServer.patch SPIGOT-6063: ConsoleSender sending extra lines in Java 13+ 2020-09-12 09:05:20 +10:00
DedicatedServerProperties.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DedicatedServerSettings.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DefinedStructure.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DefinedStructureManager.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DispenseBehaviorBoat.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DispenseBehaviorItem.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
DispenseBehaviorProjectile.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DispenseBehaviorShears.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DispenseBehaviorShulkerBox.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DispenserRegistry.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DragonControllerManager.patch Mappings Update 2018-12-06 10:00:00 +11:00
EnchantmentFrostWalker.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
Enchantments.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EnchantmentWeaponDamage.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
Entity.patch #743: LivingEntity - add methods for getting/setting invisibility 2020-09-19 17:44:48 +10:00
EntityAgeable.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityAnimal.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityAreaEffectCloud.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntityArmorStand.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityArrow.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityBat.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityBee.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityBoat.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityCat.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityCaveSpider.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityChicken.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityCow.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityCreature.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityCreeper.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityDamageSourceIndirect.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityDolphin.patch SPIGOT-6093: Can't change ItemStack in EntityPickupItemEvent 2020-08-21 18:46:42 +10:00
EntityEgg.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityEnderCrystal.patch SPIGOT-6075: Snowballs don't destroy Ender Crystals 2020-08-17 18:55:38 +10:00
EntityEnderDragon.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityEnderman.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityEnderPearl.patch SPIGOT-6113: Ender Pearls thrown into portals that lead to disabled dimensions crash the server 2020-08-28 12:28:06 +10:00
EntityEnderSignal.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityEvokerFangs.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntityExperienceOrb.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityFallingBlock.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityFireball.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityFireballFireball.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityFireworks.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityFish.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityFishingHook.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityFox.patch SPIGOT-6093: Can't change ItemStack in EntityPickupItemEvent 2020-08-21 18:46:42 +10:00
EntityGhast.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityGuardianElder.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityHanging.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityHorseAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityHuman.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityIllagerIllusioner.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityIllagerWizard.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityInsentient.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityIronGolem.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityItem.patch SPIGOT-6115: Items being deleted on pick up with full inventory 2020-08-28 12:26:24 +10:00
EntityItemFrame.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityLargeFireball.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityLeash.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityLightning.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityLiving.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityLlamaTrader.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityMinecartAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityMinecartCommandBlock.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityMinecartContainer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityMinecartFurnace.patch #757: PoweredMinecart - add getter/setter for fuel 2020-10-13 18:59:56 +11:00
EntityMushroomCow.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityOcelot.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityPainting.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntityPanda.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityParrot.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityPhantom.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityPig.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityPigZombie.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityPillager.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
EntityPlayer.patch SPIGOT-6157: Crash when PortalCreateEvent cancelled 2020-09-29 18:10:57 +10:00
EntityPotion.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityProjectileThrowable.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityPufferFish.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityRabbit.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityRaider.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityRavager.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntitySelector.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntitySheep.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityShulker.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityShulkerBullet.patch SPIGOT-6123: Call EntityDamageEvent when a shulker bullet gets damaged 2020-09-06 18:13:21 +10:00
EntitySilverfish.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntitySkeletonAbstract.patch #718: Add consumed item, hand and consumeItem boolean to EntityShootBowEvent 2020-08-31 18:39:12 +10:00
EntitySkeletonWither.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntitySlime.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntitySmallFireball.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntitySnowman.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntitySpectralArrow.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntitySpider.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityThrownExpBottle.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityThrownTrident.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityTippedArrow.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
EntityTNTPrimed.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityTrackerEntry.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityTurtle.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityTypes.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityVex.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityVillager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityVillagerAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityVillagerTrader.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityWitch.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityWither.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityWitherSkull.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityWolf.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityZombie.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityZombieHusk.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityZombieVillager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ExpirableListEntry.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Explosion.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
FluidTypeFlowing.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
FluidTypeLava.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
FoodMetaData.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
FurnaceRecipe.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
GameRules.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
GeneratorAccess.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
HandshakeListener.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
IBlockAccess.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
IChatBaseComponent.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IChunkLoader.patch Misc bugfixes to multiworld support 2020-06-25 17:58:10 +10:00
ICommandListener.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IDispenseBehavior.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
IEntityAngerable.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IEntitySelector.patch SPIGOT-2106, SPIGOT-3942: Improve collidable API 2020-06-25 10:00:00 +10:00
IInventory.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
IMerchant.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
InventoryCrafting.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
InventoryCraftResult.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
InventoryEnderChest.patch #755: Fix NPE when calling getInventory() for virtual EnderChests 2020-09-27 11:47:50 +10:00
InventoryLargeChest.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
InventoryMerchant.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
InventorySubcontainer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IProjectile.patch SPIGOT-5951: Projectile#getShooter() returns null 2020-07-06 17:51:33 +10:00
IRecipe.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
IRecipeComplex.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemArmor.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemArmorStand.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemBlock.patch SPIGOT-3020: Fix issue with BlockBreakEvent throwing AssertionError when setting a player's tool to AIR/NULL 2020-08-09 18:42:07 +10:00
ItemBoat.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemBoneMeal.patch #702: Add Block#applyBoneMeal() 2020-08-27 11:27:13 +10:00
ItemBow.patch #718: Add consumed item, hand and consumeItem boolean to EntityShootBowEvent 2020-08-31 18:39:12 +10:00
ItemBucket.patch SPIGOT-5882: NPE when emptying bucket on already waterlogged blocks 2020-06-29 11:09:50 +10:00
ItemChorusFruit.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
ItemCrossbow.patch #718: Add consumed item, hand and consumeItem boolean to EntityShootBowEvent 2020-08-31 18:39:12 +10:00
ItemDye.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemEgg.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemEndCrystal.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemEnderEye.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
ItemEnderPearl.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemFireball.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemFishingRod.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemFlintAndSteel.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemHanging.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ItemLeash.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
ItemMilkBucket.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ItemMinecart.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemMonsterEgg.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemPotion.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemRecord.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ItemSign.patch SPIGOT-4734: Sign placement fails when looking at grass 2019-04-25 09:55:41 +10:00
ItemSkullPlayer.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ItemSnowball.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemStack.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemTrident.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemWorldMap.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IWorldWriter.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
JsonList.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LegacyPingHandler.patch Update to Minecraft 1.14.2 2019-05-28 06:30:00 +10:00
LoginListener.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
LootContextParameters.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
LootEnchantFunction.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LootEntryAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LootItemConditionRandomChanceWithLooting.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LootItemConditionSurvivesExplosion.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LootTable.patch SPIGOT-2304: Implement LootGenerateEvent 2020-04-30 19:15:58 +10:00
LootTableRegistry.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Main.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
MerchantRecipe.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
MinecraftServer.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
MobEffectList.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
MobEffects.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
MobSpawnerAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
MobSpawnerPatrol.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
MobSpawnerPhantom.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
MobSpawnerTrader.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
NameReferencingFileConverter.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
NetworkManager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PacketDataSerializer.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PacketPlayInCloseWindow.patch Update to Minecraft 1.9 2016-03-01 08:32:46 +11:00
PacketPlayOutMultiBlockChange.patch SPIGOT-6076: Crash when updating blocks in uninitialized chunk sections 2020-08-16 18:07:42 +10:00
PacketPlayOutWorldBorder.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PacketStatusListener.patch SPIGOT-5913: MOTD no longer supports new line character 2020-07-01 14:00:02 +10:00
PathfinderGoalBreakDoor.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PathfinderGoalDefendVillage.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
PathfinderGoalEatTile.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalFollowOwner.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalHorseTrap.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PathfinderGoalHurtByTarget.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalNearestAttackableTarget.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalOwnerHurtByTarget.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PathfinderGoalOwnerHurtTarget.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PathfinderGoalPanic.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalRemoveBlock.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PathfinderGoalSit.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PathfinderGoalTame.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalTarget.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalTempt.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PersistentRaid.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
PersistentStructureLegacy.patch Misc bugfixes to multiworld support 2020-06-25 17:58:10 +10:00
PiglinAI.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PlayerChunk.patch SPIGOT-6086: Twisting vines growing at top of world crashes server 2020-08-20 18:48:38 +10:00
PlayerChunkMap.patch Misc bugfixes to multiworld support 2020-06-25 17:58:10 +10:00
PlayerConnection.patch SPIGOT-5794: Only skip interact event if position, hand and itemstack are equal 2020-09-12 08:36:10 +10:00
PlayerConnectionUtils.patch SPIGOT-5477: Server not shutting down 2020-01-12 10:50:22 +11:00
PlayerInteractManager.patch SPIGOT-5794: Only skip interact event if position, hand and itemstack are equal 2020-09-12 08:36:10 +10:00
PlayerInventory.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PlayerList.patch SPIGOT-6147: InventoryCloseEvent does not fire after closing player inventory 2020-10-01 19:07:54 +10:00
PortalTravelAgent.patch SPIGOT-6157: Crash when PortalCreateEvent cancelled 2020-09-29 18:10:57 +10:00
PropertyManager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
Raid.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
RayTrace.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
RecipeBlasting.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
RecipeBookServer.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
RecipeCampfire.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
RecipeItemStack.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
RecipeSmithing.patch SPIGOT-5802: Add SmithingRecipe API 2020-06-25 12:41:55 +10:00
RecipeSmoking.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
RecipeStonecutting.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
RegionFileCache.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
RegionLimitedWorldAccess.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
RemoteControlCommandListener.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
SaddleStorage.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ScoreboardServer.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ServerConnection.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ServerGUI.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ShapeDetectorShape.patch #724: Re-implement player portal event search radius and creation API 2020-08-14 08:26:40 +10:00
ShapedRecipes.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ShapelessRecipes.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
SlotFurnaceResult.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
SpawnerCreature.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
StatisticManager.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TicketType.patch Craftbukkit -> CraftBukkit 2020-02-02 11:18:17 +11:00
TickListServer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntity.patch SPIGOT-6194: Read correct nbt compound into chunk pdc 2020-10-18 07:01:15 +11:00
TileEntityBanner.patch Update to Minecraft 1.15.2 2020-01-22 08:00:00 +11:00
TileEntityBarrel.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
TileEntityBeacon.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntityBeehive.patch SPIGOT-5976: Bees do not exit naturally spawned hives 2020-07-11 09:45:00 +10:00
TileEntityBrewingStand.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
TileEntityCampfire.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityChest.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntityCommand.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
TileEntityConduit.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityContainer.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
TileEntityDispenser.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityEndGateway.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntityFurnace.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntityHopper.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityLectern.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityShulkerBox.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntitySign.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
VillageSiege.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
World.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
WorldAccess.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldBorder.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldDataServer.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldGenMegaTreeProvider.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldGenTreeProvider.patch Fix crash growing saplings 2020-08-12 08:54:53 +10:00
WorldGenWitchHut.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldMap.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
WorldNBTStorage.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldServer.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
WorldUpgrader.patch Misc bugfixes to multiworld support 2020-06-25 17:58:10 +10:00