summaryrefslogtreecommitdiffstats
path: root/nms-patches
Commit message (Collapse)AuthorAgeLines
* SPIGOT-1936: LootTable APISenmori2018-08-12-14/+150
|
* Correct error in previous patchmd_52018-08-10-1/+11
|
* SPIGOT-2719: Comparator and Observer don't trigger BlockRedstoneEventAmosar2018-08-10-0/+60
|
* SPIGOT-4245, MC-128441: use target world as teleport destinationmd_52018-08-08-0/+9
|
* Add Unit Tests for geHardness and getBlastResistanceChristos Miniotis2018-08-08-0/+9
|
* SPIGOT-4238: Sometimes buckets are leaky client side when empty event is ↵md_52018-08-07-1/+2
| | | | cancelled
* SPIGOT-4184: Fix furnaces not matching Vanilla smelt or animationsmd_52018-08-05-70/+17
|
* SPIGOT-4219: Event for PigZombies angering.md_52018-08-05-1/+14
|
* Fix gamerules in secondary worldsmd_52018-08-03-0/+20
|
* SPIGOT-4221: Update surrounding blocks for cancelled break/placemd_52018-08-03-20/+28
|
* Use CraftBlock.at helpermd_52018-08-03-1/+1
|
* SPIGOT-4212: EntityInteractEvent when an entity tries to interact with a doorNathan Wolf2018-08-03-0/+17
|
* SPIGOT-4220: Player/Entity interact events when turtle eggs are stepped onNathan Wolf2018-08-03-1/+34
|
* SPIGOT-4199: Riptide related APIsmd_52018-08-02-0/+27
|
* SPIGOT-4205: Cancelled damage should not anger pig zombiemd_52018-08-01-0/+20
|
* Fix merchant inventories with custom titlesblablubbabc2018-08-01-0/+9
|
* SPIGOT-4198: Pockets of darkness in the airmd_52018-07-31-20/+0
|
* SPIGOT-4029: Add event for commands being sent to clientmd_52018-07-31-7/+24
|
* SPIGOT-4194: Call BlockFadeEvent for coralmd_52018-07-31-0/+42
|
* SPIGOT-3917: Add EntityDropItemEventArticdive2018-07-31-30/+41
|
* SPIGOT-4192: Fix cancelling dispensers removing water sourcesmd_52018-07-31-17/+28
|
* Fix ancient style event call in PlayerDropItemEventmd_52018-07-30-2/+2
|
* Move persist flag checkmd_52018-07-30-9/+10
|
* SPIGOT-4190: Move ChunkLoadEvent callmd_52018-07-30-16/+26
|
* SPIGOT-227: Add entity persistent flagblablubbabc2018-07-30-67/+99
| | | | | | | Non-persistent entities won't get saved when the chunk saves the entities. Entities that are passengers of a non-persistent entity won't get saved. Players won't save their vehicle, if the player is directly or indirectly riding a non-persistent entity.
* SPIGOT-4185: Bubble columns not working on mobsmd_52018-07-30-63/+22
|
* SPIGOT-4188: Fish not dispensing from bucketsmd_52018-07-30-12/+12
|
* SPIGOT-1714: Draft API for player list header / footermd_52018-07-29-0/+13
|
* Give turtle eggs a spawn reasonmd_52018-07-29-0/+11
|
* SPIGOT-4178: Add another BlockPhysicsEvent call sitemd_52018-07-29-29/+40
|
* SPIGOT-4166: Fix Tags being corrupted by early access (and not reflecting ↵md_52018-07-28-0/+42
| | | | reloads)
* SPIGOT-4171: Advancement description not showingmd_52018-07-28-0/+9
|
* SPIGOT-1588: Fix cancelling mount related eventsmd_52018-07-28-9/+27
|
* Fix growing large dark oak treesmd_52018-07-28-38/+35
|
* Use SpawnReason.NATURAL for Phantom spawningklugemonkey2018-07-27-0/+11
|
* SPIGOT-4161: Missing BlockDispenseEvent for Waterloggedmd_52018-07-27-13/+20
|
* SPIGOT-4160: StructureGrowEvent not triggering for giant treesmd_52018-07-27-5/+27
|
* Add SpawnReason.DROWNEDklugemonkey2018-07-27-0/+9
|
* SPIGOT-4140, SPIGOT-4157: World generation errorsmd_52018-07-26-1/+1
|
* Add draft BlockFertilizeEventmd_52018-07-26-16/+20
|
* SPIGOT-4137: Fix World.regenerateChunkmd_52018-07-25-4/+34
|
* SPIGOT-4141: Untouched filled maps not savingmd_52018-07-25-0/+9
|
* Fix scute droppingmd_52018-07-24-1/+11
|
* SPIGOT-4119: Incorrect slot type in InventoryClickEventmd_52018-07-24-1/+1
|
* SPIGOT-4116: Increase command tab spam thresholdmd_52018-07-23-1/+1
|
* SPIGOT-824: SpongeAbsorbEventArticdive2018-07-23-0/+80
|
* SPIGOT-4110: Fix spawning withersmd_52018-07-23-8/+18
|
* SPIGOT-4109: Wall skulls not droppingmd_52018-07-23-1/+1
|
* SPIGOT-4106: Fish from buckets despawnmd_52018-07-23-0/+10
|
* Always return captured tiles from chunks as well.md_52018-07-22-10/+7
| | | | | | Missed in 22c613d8690880ca7d269db709054b4886429d98 Fixes replacing tile entities in BlockPlaceEvent (or calling setBlockData on them)