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

143 Commits

Author SHA1 Message Date
Samsuik
0fe3ebd097 non tnt entities shouldn't use durable resistance when disabled 2023-11-25 22:31:05 +00:00
Samsuik
014cab8baa Make sure waterlogged blocks are not air 2023-11-25 22:31:05 +00:00
Samsuik
99a7487812 Allow explosions to destroy lava 2023-11-25 22:31:05 +00:00
Samsuik
641378bf16 Option to disable fast nether lava flow 2023-11-25 22:31:03 +00:00
Samsuik
b13450b368 Add option for concrete solidifying in water 2023-11-25 20:37:44 +00:00
Samsuik
1c8d7f38a9 Allow placing water and breaking ice in the nether 2023-11-24 19:01:22 +00:00
Samsuik
313a1decda Add option to disable non tnt entities destroying durable blocks 2023-11-24 18:37:44 +00:00
Samsuik
ece5ff5ef3 Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@eda3d53 [ci skip] Improve PlayerChatEvent Deprecation Message (#9956)
PaperMC/Paper@e1cd9e5 Update paperweight to 1.5.10 and Gradle to 8.4 (#9957)
PaperMC/Paper@96d5e6c Code Generation for TypedKeys (#9233)
2023-11-24 14:40:03 +00:00
Samsuik
4c0b0f430e Fix infinite fluid state recursion v0.4.2-beta 2023-11-24 13:27:40 +00:00
Samsuik
1c4d48c45f Fix pushedByFluid default v0.4.1-beta 2023-11-24 12:58:53 +00:00
Samsuik
1a67430b39 Fix floating point issue on legacy physics versions pre-1.17 v0.4.0-beta 2023-11-23 16:06:59 +00:00
Samsuik
be2aa6f947 Fix tnt not being affected properly 2023-11-23 15:52:05 +00:00
Samsuik
762bf475ac Use placeholders in tps command 2023-11-22 23:56:18 +00:00
Samsuik
26f78899f8 Move visibilitygui into visiblity package 2023-11-22 23:52:52 +00:00
Samsuik
2d993ce6e1 Add local storage and config api 2023-11-22 23:46:27 +00:00
Samsuik
3df4f2a0ce Add configurable cannon physics by version 2023-11-21 21:24:16 +00:00
Samsuik
1c16ff8af5 Add option to disable entity water sensitivity 2023-11-21 11:30:38 +00:00
Samsuik
3fa6a1fcad Remove spigot max tnt per tick 2023-11-21 11:14:34 +00:00
Samsuik
b09fe801a1 Add consistent explosion radius 2023-11-20 19:33:15 +00:00
Hermelijn15
8240c182d2 Added explosion proof items (#5)
* Added exposion proof items

* Remove getLevel and use level accessor instead

* Move items configuration section into entity

* Remove extra parentheses in condition

* Remove explosion proof configuration section

* Use an empty list instead of providing a default item

---------

Co-authored-by: Samsuik <40902469+Samsuik@users.noreply.github.com>
2023-11-20 19:18:36 +00:00
Samsuik
9bf210932a Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@ce7f068 Correct typo in javadoc (#9944)
PaperMC/Paper@0a8c873 Call LivingEntity#onItemPickup before mutation (#9948)
PaperMC/Paper@e5274ee Fix spawners checking max nearby entities with correct type (#8945)
PaperMC/Paper@39dee1a More paper config cleanup (#9938)
PaperMC/Paper@581c743 Add API to retrieve an attribute modifier from a UUID (#9924)
PaperMC/Paper@8611796 Fix missing event call for entity teleport API (#9937)
PaperMC/Paper@250388d add getAdvancementProgress() to PlayerAdvancementCriterionGrantEvent (#9865)
2023-11-20 14:46:03 +00:00
Samsuik
c264e38a8d Reduce living enitty sensing 2023-11-19 21:18:00 +00:00
Samsuik
3947d1feaa Add option to disable entity ai 2023-11-18 15:45:15 +00:00
Samsuik
233e16794a Add configurable falling block stacking restrictions 2023-11-16 21:16:51 +00:00
Samsuik
a4dbf653b2 Add redstone cache for vanilla and eigencraft v0.3.0-beta 2023-11-16 19:53:15 +00:00
Samsuik
9d024e4953 Fix durable blocks regression 2023-11-16 01:06:10 +00:00
Samsuik
75399580cc Destroy Waterlogged Blocks 2023-11-16 01:02:59 +00:00
Samsuik
3594bdeb3c Add customisable explosion durable blocks 2023-11-16 00:07:58 +00:00
Samsuik
d5c1f837a6 Fix knockback resistance configuration name 2023-11-15 22:25:52 +00:00
Samsuik
a5f639cbcb Add configuration for entity knockback v0.2.0-beta 2023-11-15 21:12:12 +00:00
Samsuik
4c72d65591 Fix optimise protected region and use a less confusing method name 2023-11-15 14:31:27 +00:00
Samsuik
303007010c Allow despawning falling blocks inside moving pistons v0.1.4-beta 2023-11-15 13:06:30 +00:00
Samsuik
8fe647d02b Modify packet obfuscation for our use case and plugin compat 2023-11-15 12:57:45 +00:00
Samsuik
8e60224ca3 Fix plugins being unable to replace tracked entities v0.1.3-beta 2023-11-15 00:01:27 +00:00
Samsuik
e65c26d43b Fix npe when removing a null entity v0.1.2-beta 2023-11-14 20:08:32 +00:00
Samsuik
b025cce06c Update Upstream 2023-11-12 18:11:29 +00:00
Samsuik
968b724f62 Fix change in wrong patch and use explicit type 2023-11-11 23:20:50 +00:00
Samsuik
391d7319c0 clean up a comment 2023-11-11 23:17:10 +00:00
Samsuik
5e596f7fc2 Remove unused utility 2023-10-29 16:16:21 +00:00
Samsuik
45042887ff Add tickets to keep entity chunks loaded v0.1.1-beta 2023-10-19 19:21:32 +01:00
Samsuik
2fa7e05dc7 Use clipDirect once again
This was changed during debugging and accidentally made it's way into
a commit.
2023-10-19 19:08:59 +01:00
Samsuik
4b5a5fcc13 Some changes to version command 2023-10-19 18:19:07 +01:00
Samsuik
2570c66290 start fresh with commit history
dw, they're kept up on a private repository
v0.1.0-beta
2023-10-17 22:36:39 +01:00