Doc
f92a41c396
#1181 : Consolidate Location conversion code
2023-04-19 19:59:19 +10:00
Doc
82f7b658aa
#1095 : Add PlayerSpawnChangeEvent
2023-04-17 19:33:17 +10:00
DerFrZocker
19de3550d8
SPIGOT-7315: Bed placement duplicates crops if cancelled
2023-04-07 10:56:58 +02:00
Jishuna
e43000601d
#1164 , MC-227255, MC-253819: Fix rotation of beehives and bells
2023-04-04 07:01:54 +10:00
Parker Hawke
187bdd463f
#1160 : Add more bell API
2023-04-02 14:35:13 +10:00
Parker Hawke
eff1743b9c
SPIGOT-7313: More accurately edit data on Jukeboxes
2023-03-29 19:23:41 +11:00
Parker Hawke
f5b61387e1
SPIGOT-7308: Fix NullPointerException when calling Jukebox#setRecord()
2023-03-22 14:21:06 -04:00
md_5
04dfb921de
Fix crash with juke boxes
2023-03-15 18:14:15 +11:00
md_5
bcedf28a1b
Update to Minecraft 1.19.4
2023-03-15 03:30:00 +11:00
James Peters
2cdd5883b5
#1119 : Add HopperInventorySearchEvent to select the Inventory that the Hopper pulls/pushes into
2023-03-04 09:05:17 +11:00
FreeSoccerHDX
7c44152eba
SPIGOT-7224: Add events for brewing stands and campfires starting their actions
2023-02-05 11:06:25 +11:00
Doc
ae8f5fc025
#1125 : Add support for NoteBlock sounds in Skulls
2022-12-23 12:26:06 +11:00
md_5
19e6be0209
Update to Minecraft 1.19.3
2022-12-08 03:00:00 +11:00
Parker Hawke
5329dd6fd2
#1107 : Add getHand() to all relevant events
2022-10-02 09:07:14 +11:00
md_5
8468e167ef
SPIGOT-7137: StructureGrowEvent isFromBonemeal and getPlayer have incorrect values
2022-08-14 10:54:23 +10:00
md_5
6da82662bb
Update to Minecraft 1.19.1
2022-07-28 04:00:00 +10:00
md_5
7ba06e15b7
SPIGOT-7095: StructureGrowEvent doesn't fire for mangrove propagules growing to a tree
2022-07-10 14:12:30 +10:00
BlackHole
c924fa5315
SPIGOT-7072: Call events for stepping on sculk sensors and sculk shriekers
2022-06-23 20:25:36 +10:00
DerFrZocker
622dbe6c24
SPIGOT-7068: SKULK and SKULK_VEIN BlockSpreadEvents Still do not reference the correct source (SKULK_CATALYST)
2022-06-19 21:48:24 +10:00
md_5
8fda4b12fd
SPIGOT-7060: SCULK and SCULK_VEIN BlockSpreadEvents do not reference the correct source
2022-06-14 21:21:46 +10:00
Brokkonaut
effea36a28
#1065 : Add missing calls for BlockSpreadEvent when Sculk spreads
2022-06-11 13:20:38 +10:00
md_5
732c50cab7
SPIGOT-7043: EnderChest does not implement Lidded
2022-06-10 10:57:43 +10:00
md_5
64c15270e7
Update to Minecraft 1.19
2022-06-08 02:00:00 +10:00
md_5
9cc7d766dc
SPIGOT-7010: Changing dropper item results in using dispensing behaviour
2022-04-28 19:16:28 +10:00
Brokkonaut
3ec79a27d4
SPIGOT-5140: Call EntityChangeBlockEvent when a ChorusFlower is destroyed by a projectile
2022-03-21 13:17:54 +11:00
md_5
05a38da190
Update to Minecraft 1.18.2
2022-03-01 02:00:00 +11:00
Doc
c0326c2840
#1009 : Add Furnace#getRecipesUsed
2022-02-15 18:49:39 +11:00
md_5
c2e0bbda4e
Update to Minecraft 1.18.1
2021-12-11 00:12:31 +11:00
Rafael S. M. Santos
a0087010ac
SPIGOT-6795: Fix BlockFertilizeEvent not being triggered for Azaleas
2021-12-01 08:27:58 +11:00
md_5
9fb3aa4c7a
SPIGOT-6817: Revert back to old block state behaviour again
2021-11-29 11:03:16 +11:00
md_5
5a39a236c1
Update to Minecraft 1.18-pre8
2021-11-25 08:00:00 +11:00
md_5
2f6662d467
Improve multi-dimension code
2021-11-23 18:39:43 +11:00
md_5
a7b8b0270a
Update to Minecraft 1.18-pre5
2021-11-22 09:00:00 +11:00
Doc
eb9a0f34af
#945 : Allow setting BrewEvent results
2021-10-30 18:16:39 +11:00
md_5
b86793136b
SPIGOT-6760: Chest#getInventory only returns one half of a double chest when one or both halves are blocked
2021-10-16 18:49:04 +11:00
blablubbabc
4faf479e6c
SPIGOT-6754: We ignore any still present TileEntity now when we create a BlockState for a block of type AIR.
...
During block destruction, the type of the block may already have been set to AIR while the TileEntity has not yet been removed.
Also, TileEntity#getOwner() skips the whole BlockState construction now if the block is of type AIR.
This removes the previous workaround again of returning a dummy CraftBlockEntityState in this case.
2021-10-10 07:55:53 +11:00
blablubbabc
dc764e7a2f
#877 : Improve and simplify CraftBlockState
2021-09-29 18:56:16 +10:00
Doc
5be41fb80f
SPIGOT-6720: Fix bed explosion checks
2021-08-27 19:18:05 +10:00
Doc
c30e8f8d51
#913 : Handle campfire damage with EntityDamageByBlockEvent
2021-08-11 19:05:08 +10:00
Brokkonaut
c851639c50
SPIGOT-6645: Call EntityChangeBlockEvent before PlayerHarvestBlockEvent
2021-07-19 18:54:13 +10:00
md_5
f04a77dc2d
SPIGOT-6656: CauldronLevelChangeEvent is not fired correctly when dripstone fills the cauldron
2021-07-18 10:14:55 +10:00
Rabbitual
4e1870454c
#874 : Add FurnaceStartSmeltEvent
2021-07-17 11:19:51 +10:00
Brokkonaut
ed2b91c283
SPIGOT-6649: Call BlockFadeEvent when Nylium fades to Netherrack
2021-07-15 20:29:38 +10:00
md_5
a6292cc3c4
SPIGOT-6637: Revert " #874 : Add FurnaceStartSmeltEvent"
...
This reverts commit 2ea359f1e4774d038626308888bee273f83b14f4.
2021-07-11 12:26:43 +10:00
Rabbitual
2ea359f1e4
#874 : Add FurnaceStartSmeltEvent
2021-07-11 09:27:57 +10:00
md_5
fb556bfa14
Update to Minecraft 1.17.1
2021-07-07 00:00:00 +10:00
md_5
aa42eb2fcb
SPIGOT-6613: Missing BlockIgniteEvent for candles + projectiles
2021-06-30 18:56:27 +10:00
md_5
78d93f77d5
SPIGOT-6576: BlockExpEvent does not show XP when breaking a furnace
2021-06-19 08:45:08 +10:00
md_5
ded19075b1
SPIGOT-6570: Missing InventoryType: COMPOSTER
2021-06-17 08:29:15 +10:00
md_5
f66c437a5d
SPIGOT-6561: Add events for dripleaf tilting
2021-06-15 08:49:10 +10:00