9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-22 08:19:26 +00:00
Commit Graph

177 Commits

Author SHA1 Message Date
Samsuik
d1511fdcd0 rebuild patches 2024-12-13 12:39:53 +00:00
Samsuik
4d51924ff0 Fix lava flow speed api 2024-12-06 13:11:25 +00:00
Samsuik
bf77968d55 Add lava flow speed api 2024-12-05 22:58:59 +00:00
Samsuik
49e3c7c746 Fix explosion player velocity
The player velocity was not being talied correctly, and velocity was not
sent when explosion effects were disabled in fps settings.
2024-11-28 14:49:29 +00:00
Samsuik
06814b4047 Fix lava flowing after being destroyed 2024-11-28 14:43:52 +00:00
Samsuik
ecb298fc53 Add max armour durability damage 2024-11-28 14:43:23 +00:00
Samsuik
26c1ff68ac Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@9e7f6c3 Fixup and deprecate player profiles in ping event (#10880)
PaperMC/Paper@5914f60 Update AbstractArrow item method implementations for 1.20.6 (#10885)
PaperMC/Paper@3889ffb Fix Player#sendBlockUpdate (#10855)
PaperMC/Paper@af7f0c4 Fix ItemMeta#removeEnchantments (#10886)
PaperMC/Paper@43484eb Add back RecipeIterator fixes patch (#10887)
PaperMC/Paper@fe7043e Configurable damage tick when blocking with shield (#10877)
PaperMC/Paper@122c9d3 Fix NPE in V3808
PaperMC/Paper@e41d44f Fix `hasFiredAsync` parameter when `AsyncPlayerSendCommandsEvent` is called (#10896)
PaperMC/Paper@20f5165 Backport `LivingEntity#canUseEquipmentSlot` API (#11013)
PaperMC/Paper@6e71f41 Updated Upstream (CraftBukkit/Spigot)
v0.19.1-beta-1.20.6
2024-09-02 23:14:51 +01:00
Samsuik
9e27f8e0da Allow projectiles to load chunks for collisions 2024-09-02 22:13:20 +01:00
Samsuik
10ad1bebe6 Fix pressure plates using entity count when powering
The entity count should only be used when recalculating the power.
v0.19.0-beta-1.20.6
2024-08-25 01:32:14 +01:00
Samsuik
471bc0e283 Backport more upstream fixes 2024-08-25 01:24:40 +01:00
Samsuik
939954b3fe Backport upstream fixes 2024-08-11 11:27:03 +01:00
Max Renner
46ecb3d504 Add carpet to fluids-break-redstone (#20)
* Create 0075-Configure-fluids-breaking-wool-carpet.patch

* rebase

* use instanceof instead of blocktags

---------

Co-authored-by: Samsuik <kfian294ma4@gmail.com>
v0.18.0-beta-1.20.6
2024-08-10 20:30:59 +01:00
Samsuik
16295bd666 Configurable left shooting and adjusting limits 2024-08-10 20:23:56 +01:00
Samsuik
7feba5d541 Fix blocks not ticking in chunks loaded by entities 2024-08-10 20:11:18 +01:00
Samsuik
5e8e61a538 Fix scaffolding being treated as a solid block 2024-08-10 17:23:27 +01:00
Samsuik
2ea2f24e01 Fix explosions not updating entity handle 2024-08-10 17:16:54 +01:00
Samsuik
6155b8c198 Set entity impulse on explosion 2024-08-10 17:12:52 +01:00
Samsuik
2f159cc5bd Fix destroy waterlogged blocks v0.17.2-beta-1.20.6 2024-07-22 20:54:39 +01:00
Samsuik
d6cb5ee45f attempt at fixing random chance for crop growth v0.17.1-beta-1.20.6 2024-07-20 19:56:14 +01:00
Samsuik
459dd58c85 Fix falling tnt not swinging inside blocks 2024-07-20 19:48:01 +01:00
Samsuik
dc22074191 Fix falling blocks losing the blockstate when respawning 2024-07-20 19:39:43 +01:00
Samsuik
b72e2a5169 Separate block resistance conditions 2024-07-20 19:37:16 +01:00
Samsuik
dace6912db Fix merged entities not counting towards weighted pressureplates 2024-07-20 19:30:45 +01:00
Samsuik
df7367d29d Add entity tracking range modifier api 2024-06-18 14:08:53 +01:00
Samsuik
4fc7dfbb13 Add option for protecting scaffolding from creepers 2024-06-17 14:17:26 +01:00
Samsuik
631307bd3a Fix building, legacy combat mechanics port and npe in explosion v0.16.1-beta-1.20.6 2024-06-13 20:29:03 +01:00
Samsuik
ac8701995c Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@906df69 Prevent internal NPE on ItemStack#damage (#10836)
PaperMC/Paper@79e2cb6 Update upstream (Bukkit/CraftBukkit/Spigot) (#10875)
2024-06-13 17:00:07 +01:00
Samsuik
f69c046d23 Update README.md v0.16.0-beta-1.20.6 2024-06-11 21:32:30 +01:00
Samsuik
1fcb0af4d1 Fix a issue introduced by bd832bb 2024-06-11 21:14:37 +01:00
Samsuik
a4845931fd Change default of avoid-redundant-block-searches 2024-06-11 21:00:29 +01:00
Samsuik
ee5ce8358e Fix explosion source velocity not accumulating 2024-06-11 21:00:20 +01:00
Samsuik
2bbc853a9a Add redstone cache to api 2024-06-11 20:49:50 +01:00
Samsuik
4f8b7caddb Add old sounds and particle effects 2024-06-11 20:49:33 +01:00
Samsuik
9655a8e6ba Use redstone cache to avoid recalculating wires and other fixes 2024-06-11 20:21:52 +01:00
Samsuik
7d03032ad6 Fix redstone cache trying to track vanilla redstone while disabled 2024-06-11 20:09:35 +01:00
Samsuik
13f012eb71 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@84f6e6e Fix max temper API for llama (#10823)
PaperMC/Paper@672c077 handle BODY slot for non-mobs (#10822)
PaperMC/Paper@716b868 Use RegistryOps for loadAdvancement (#10799)
PaperMC/Paper@d9e659a Allow firework effects with no colors (#10814)
PaperMC/Paper@7e2b682 Fix skipping custom block entity tag (#10812)
PaperMC/Paper@ed85aac Flatten namespaced vanilla command alias redirects (#10821)
PaperMC/Paper@a31dc90 Several fixes and new api for experience merging/stacking (#9242)
PaperMC/Paper@efd91e5 Add registry-related argument types (#10770)
PaperMC/Paper@27d2ed8 Extend fishing API (#10634)
PaperMC/Paper@0fcf3e3 Deprecate InvAction#HOTBAR_MOVE_AND_READD (#10784)
PaperMC/Paper@8e6554a Fix sending disconnect packet in phases where it doesn't exist
PaperMC/Paper@06e69c8 Use CommandSourceStack in AsyncPlayerSendCommandsEvent (#10826)
PaperMC/Paper@a47e11d fix knockback events (#10831)
PaperMC/Paper@3181470 Add entity heal API (#10267)
PaperMC/Paper@0513374 Fire TabCompleteEvent for legacy commands (#10834)
PaperMC/Paper@5d8e53d Fix CommandSourceStack#bypassSelectorPermissions (#10837)
PaperMC/Paper@ac64751 Use RegistryOps in the correct places (#10843)
PaperMC/Paper@54fbd0c clarify what getEntityId actually returns (#10839)
PaperMC/Paper@b8f2101 Only assign blockstate data if super ctor did not (#10841)
PaperMC/Paper@4f13be9 Do not perform chunk existance check for I/O scheduling
PaperMC/Paper@79c1ce1 Add since to deprecated for removals (#10848)
PaperMC/Paper@88d76d9 Make Bogged implement Shearable (#10844)
PaperMC/Paper@bd5867a Handle alpha channel from potion_contents component (#10808)
2024-06-08 20:58:06 +01:00
Samsuik
fdea20bfa3 Add legacy combat mechanics 2024-06-08 19:04:07 +01:00
Samsuik
5382720389 Fix sprinting knockback issues v0.14.0-beta-1.20.6 2024-05-28 23:47:21 +01:00
Samsuik
aed777ab2f Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@9e51f94 Fix ping event always receiving protocol version 0 (#10671)
PaperMC/Paper@89ad61f Fix hopper pull event being skipped after the first call (#10667)
PaperMC/Paper@eee55d0 Correctly compare holders in BeaconMenu (#10673)
PaperMC/Paper@5729b29 Update Adventure to 4.17.0 Release
PaperMC/Paper@ab2a85a [ci skip] Clarify var entry in contributing file
PaperMC/Paper@f2512b1 Print data component type on encoding error
PaperMC/Paper@1b67e02 Fix entity tracker desync when new players are added to the tracker
PaperMC/Paper@cc29d2b Invalidate PathTypeCache when pathfinding updates are disabled
PaperMC/Paper@b56e92f Fix chunk data version check not running in chunk system
PaperMC/Paper@2df1dac Fix DataConverter ConverterParticleToNBT.parseProperties
PaperMC/Paper@8748ae1 Use MCDataConverter instead of raw convert call for cmd converter
PaperMC/Paper@7f1a154 Add validation to player profile and properties (#10680)
PaperMC/Paper@4fd58a1 Add conversion for summon command
PaperMC/Paper@39532a1 Fix stacks losing empty attr modifiers
PaperMC/Paper@cdb6ba8 Fix keepalive time interval (#10690)
PaperMC/Paper@a61d58d adjust ItemMeta to distinguish null and empty modifiers
PaperMC/Paper@6c02dbc handle recent ItemMeta changes in serialization logic
PaperMC/Paper@447f9a1 [ci skip] Fix paperclip PR label
PaperMC/Paper@b98d20a Brigadier Command Support (#8235)
PaperMC/Paper@ac554ad Updated Upstream (Bukkit/CraftBukkit) (#10691)
PaperMC/Paper@711f82e Fix signed book page serialization (#10696)
PaperMC/Paper@7e48f66 Properly pass requirement on namespaced redirects (#10701)
PaperMC/Paper@f041f48 Prevent infinite recursion on cyclic brig redirect (#10705)
PaperMC/Paper@11c3963 Improve Recipe validation (#10707)
PaperMC/Paper@0688f21 Better way to keep paper datapack enabled
PaperMC/Paper@218d33c fix creating complex recipes that have air results
PaperMC/Paper@fa8a407 Remove Adventure snapshot repo from dev bundle (#10716)
PaperMC/Paper@bebcc9c Make exception during command conversion non-fatal
PaperMC/Paper@2faa3b2 Correctly copy alias requirements in command upgrader
PaperMC/Paper@3fc9358 Show stacktrace when modifyItemStack fails
PaperMC/Paper@f175193 Expose server build information (#10729)
PaperMC/Paper@d8d59e0 Fix NPE sending resource pack without prompt
PaperMC/Paper@5a9afbe Fixes issues in the suppress dismount cancellation patch (#10735)
PaperMC/Paper@0ad09de Make PaperSimplePluginClassLoader show class which is not found
PaperMC/Paper@b3b3406 fix CompassMeta not being correct (#10737)
PaperMC/Paper@591521e Check for more correct profile validation (#10730)
PaperMC/Paper@7d2e5c3 Add an 'empty' RecipeChoice for certain ingredient slots (#10710)
PaperMC/Paper@9bf4855 Add a better warning message than "Server performance will be affected" for CommandRegisteredEvent use (#10754)
PaperMC/Paper@66cb880 Remove ThreadedWorldUpgrader patch
PaperMC/Paper@980cff9 Fix compile
PaperMC/Paper@d3ffa62 fix default item attributes
PaperMC/Paper@b149584 Always show command exception stack traces in logs (#10766)
PaperMC/Paper@a9201d4 [ci skip] Move logic in our patches to ItemType/BlockType (#10772)
PaperMC/Paper@3de408e Fix equipment slot and group API (#10767)
PaperMC/Paper@d408381 Print CommandRegisteredEvent deprecation warnings again (#10756)
PaperMC/Paper@6de7a1f Improve default item attributes API (#10765)
PaperMC/Paper@2a90732 Remove incorrect logic for Fireball#setVelocity (#10764)
PaperMC/Paper@5e7b65a Allow using PluginLoader classpath API from Bukkit plugins (#10758)
PaperMC/Paper@3004717 Do not re-wrap vanilla goals (#10751)
PaperMC/Paper@377733d Use getter/setter on Mob for equipment drop chances (#10780)
PaperMC/Paper@dff591d Allow to define new map cursor types (#10782)
PaperMC/Paper@4fd3ac0 [ci skip] Update Player#getListeningPluginChannels Jdoc (#10778)
PaperMC/Paper@535dca5 Fix a few issues with ItemMeta (#10740)
PaperMC/Paper@26e90b9 Fix CraftMetaBlockState for data components (#10731)
PaperMC/Paper@f0bd0cc Expose anvil cost in the API (#10682)
PaperMC/Paper@41bee55 Fix NPE for color-related metas
PaperMC/Paper@4e10fad reset meta block state on BlockStateMeta#setBlockState
PaperMC/Paper@a7ae966 readd itemstack data sanitization (#10454)
PaperMC/Paper@ca50b87 Clear firework item properly (#10793)
PaperMC/Paper@9774a52 fix and cleanup loot table patches (#10100)
PaperMC/Paper@ac4ee06 Fix integer overflow for lag compensating eating check (#10797)
PaperMC/Paper@6649a17 Fix BlockStateMeta equals (#10795)
PaperMC/Paper@1b8cdc6 Extend Player Interact cancellation to cover Jigsaw blocks (#10719)
PaperMC/Paper@841ab41 Fix more item desync when an event is cancelled (#10654)
PaperMC/Paper@b0e3ca4 Prevent NPE if hooked entity was cleared (#10712)
PaperMC/Paper@347bbe3 Fix Cancelling BlockPlaceEvent calling onRemove (#10773)
PaperMC/Paper@23fe116 Fix missing debug trace
PaperMC/Paper@b0c9b9c Only remove worldgen block entity on changed block (#10794)
PaperMC/Paper@9c917fe [ci skip] Clean up paperclip build-pr workflow (#10802)
PaperMC/Paper@9d6f2cc [ci skip] Rebuild patches (#10803)
2024-05-28 21:01:25 +01:00
Samsuik
e3451dc38d Add consistent explosion radius to api 2024-05-28 19:14:54 +01:00
Samsuik
a5ba073ea0 Combine loads-chunks into a single config option 2024-05-28 18:56:44 +01:00
Samsuik
2715110545 Change block cache optimisation to be disabled by default 2024-05-28 18:27:16 +01:00
Samsuik
036e3b8c3f Create a copy of block voxel shapes 2024-05-28 18:15:39 +01:00
Samsuik
1d3ea76e13 Protect block shapes against plugins 2024-05-28 18:13:22 +01:00
Samsuik
98e0c9a4ea Add option to use random chance for crop growth instead of age 2024-05-28 18:07:13 +01:00
Samsuik
b0b85e2adf Add a visual indicator to toggle all button in fps gui 2024-05-28 18:03:50 +01:00
Samsuik
c3b8b4a8f7 Remove Flashing TNT visibility setting 2024-05-28 18:03:35 +01:00
Samsuik
53e1193bcd Fix block placement causing physics when cancelled 2024-05-28 17:58:04 +01:00
Samsuik
95ad57308f Rename merge level NON_STRICT to LENIENT 2024-05-09 00:58:33 +01:00
Samsuik
35ff915cdf Fix explosion issues with legacy physics version and merging 2024-05-09 00:58:33 +01:00