Glicz
835b955913
Add a method on InventoryView to get the MenuType ( #12193 )
...
Since there is a new (better) way to create views for players using MenuType, it would be nice to also be able to get it back from InventoryView after creating.
2025-04-30 21:43:51 -04:00
Bjarne Koll
cd4fe5b7d0
[ci skip] Drop non-applicable ATs ( #12498 )
2025-04-30 19:30:45 +02:00
Illia Bondar
e663f99982
Add combat tracker API ( #11853 )
2025-04-30 19:24:33 +02:00
DerEchtePilz
121a7bf4eb
Make GameRule a FeatureDependant ( #12429 )
2025-04-14 13:21:14 +02:00
Nassim Jahnke
f00727c57e
1.21.5
...
Co-authored-by: Bjarne Koll <git@lynxplay.dev>
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
Co-authored-by: Lulu13022002 <41980282+Lulu13022002@users.noreply.github.com>
Co-authored-by: MiniDigger | Martin <admin@minidigger.dev>
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev>
Co-authored-by: Noah van der Aa <ndvdaa@gmail.com>
Co-authored-by: Owen1212055 <23108066+Owen1212055@users.noreply.github.com>
Co-authored-by: Shane Freeder <theboyetronic@gmail.com>
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com>
Co-authored-by: Tamion <70228790+notTamion@users.noreply.github.com>
Co-authored-by: Warrior <50800980+Warriorrrr@users.noreply.github.com>
2025-04-12 17:27:00 +02:00
Nassim Jahnke
9b1798d643
Simplify custom payload handling ( #12347 )
2025-03-27 14:22:38 +01:00
Miles
058455e4ca
InventoryView QOL open method ( #12282 )
...
* Add QOL open method to InventoryView
* Check to ensure the opening isn't a InventoryMenu, allow HorseMenus
* Fix instanceof against API instaed of AbstractContainerMenu
* [ci skip] Remove suggested comment
2025-03-23 23:46:10 +01:00
Shane Bee
f49d18df89
Add get/set customName to Skull block ( #12302 )
2025-03-21 17:52:00 +01:00
Pedro
0680485095
Expand TrialSpawner API ( #12025 )
2025-02-12 23:24:46 +01:00
Warrior
e616498ed7
Add Vault block API ( #12068 )
2025-02-12 23:15:22 +01:00
Spottedleaf
8927091a08
Do not record movement for vehicles/players unaffected by blocks
...
If the player is not affected by movement through blocks, then
storing the movement would eventually invoke logic to apply effects
caused by moving through such blocks. For example, moving through
a portal in spectator mode and then later switching to creative mode
would portal the player.
2025-02-02 11:16:59 -08:00
Miles
c94922514a
MenuType API addition InventoryView Builders ( #11816 )
2025-01-11 20:21:24 +01:00
Tamion
19ddbeff9e
Fix InventoryAction wrong for Bundles ( #11902 )
2025-01-11 19:50:24 +01:00
Shane Bee
4106da712c
Fix retain passengers teleport flag ( #11858 )
2025-01-04 21:19:07 +01:00
Jake Potrebic
feb8756567
Add datapack registration lifecycle event ( #11804 )
2024-12-28 13:30:43 -08:00
Bjarne Koll
fd1b6b1ae9
Readd configurable auth server down kick message
2024-12-20 03:07:59 +01:00
Bjarne Koll
431303ff40
Move ChunkMap setServerViewDistance to ATs
2024-12-20 03:07:58 +01:00
Jason Penilla
2612fb57dc
Update paperweight to 2.0.0-beta.5
2024-12-17 13:03:31 -08:00
Nassim Jahnke
9c973e84bc
Some fixes
2024-12-16 15:44:33 +01:00
Jake Potrebic
cb51a4fbcd
more compile fixes
2024-12-15 14:12:59 -08:00
MiniDigger | Martin
8f1dcdd0b7
update restamp, add back entity ATs, rebuild patches
2024-12-15 22:39:52 +01:00
Jake Potrebic
0262d9a165
fix a bunch of compile issues
2024-12-14 20:15:49 -08:00
Noah van der Aa
5b17ebbd30
net/minecraft/server/dedicated
2024-12-14 23:58:10 +01:00
Owen1212055
aa4dd1b840
net/minecraft/network/protocol/handshake/
2024-12-14 15:55:25 -05:00
Jake Potrebic
31913c0b0a
net.minecraft.world.item
2024-12-14 12:50:23 -08:00
MiniDigger | Martin
d9e895a6d4
copy over access transformers from the old repo
2024-12-13 20:44:19 +01:00
Nassim Jahnke
f2ff5966a6
First few files and initial rebuild
2024-12-13 16:52:45 +01:00
Jake Potrebic
957d248aff
more compile fixes
2023-06-08 13:56:13 -07:00
Jake Potrebic
b121c04895
Moving ATs from the at file to individual patches ( #8573 )
2022-11-19 15:53:20 -08:00
Owen1212055
e7535118d9
Add missing Entity + Projectile API ( #7632 )
2022-10-11 17:04:26 -04:00
Owen1212055
09a1be7aef
Teleportation API ( #6562 )
2022-07-22 14:36:43 -05:00
Jake Potrebic
e8ece1a43a
Fix more issues
2022-06-07 20:59:40 -07:00
Owen1212055
e889c23537
Add more missing entity API ( #7592 )
2022-03-19 10:30:16 -04:00
Owen1212055
5fbf2f883d
Add get/set wait time for fish hooks. ( #5595 )
2022-03-13 18:33:01 -04:00
Owen1212055
f4e6d62953
More projectile API ( #5731 )
2022-03-11 11:37:08 -05:00
Jake Potrebic
4dcdc0e502
Fix cancelling ProjectileHitEvent for piercing arrows ( #7492 )
2022-03-05 12:45:57 -08:00
Nassim Jahnke
54b4f47959
Fix falling block spawn methods
...
For some reason Spigot broke both behavior and the method as a whole
2022-03-04 20:47:30 +01:00
Jake Potrebic
753ac9ce84
fixed flat bedrock patch
2022-02-28 16:47:11 -08:00
Jake Potrebic
e989331cd4
Fix custom inventory holders ( #6199 )
2022-02-22 15:00:45 -08:00
Jake Potrebic
0707073df5
Configurable sculk sensor listener range ( #6443 )
2022-02-20 13:44:14 -08:00
Jake Potrebic
82a3c96a4f
Fix entity armor not showing on death animation ( #7355 )
2022-02-18 10:16:41 -08:00
Bjarne Koll
9425b30b18
Use access transformers for player profile API ( #7468 )
2022-02-18 18:30:37 +01:00
Jake Potrebic
68325f5385
Add configurable stronghold seed ( #7334 )
2022-01-23 06:26:22 -08:00
Kezz
ab498329b2
Fix NotePlayEvent ( #5180 )
2022-01-22 07:42:10 +00:00
Owen1212055
affb89f9a2
Expand Panda API ( #7061 )
2022-01-17 18:23:44 -05:00
Jake Potrebic
a36a4e2018
Updated Upstream (Bukkit/CraftBukkit/Spigot)
2021-12-31 19:05:42 -08:00
Noah van der Aa
0ca006fedf
Fix riding distance statistics (#7021/SPIGOT-6475) ( #7033 )
2021-12-31 08:17:08 +01:00
Jake Potrebic
7c67368f7f
Add API for item entity health ( #6514 )
2021-12-21 23:07:15 -08:00
Jake Potrebic
ba5ef6e1ac
Entity powdered snow API ( #6833 )
2021-12-21 19:52:54 -08:00
Jake Potrebic
b895b00dd3
Fix entity equipment on cancellation of EntityDeathEvent ( #5740 )
2021-12-08 10:25:57 -08:00