1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
Commit Graph

8326 Commits

Author SHA1 Message Date
J3fftw
c95bcc927f
fix slimefun blocks turning into vanilla blocks for 1.20.1 and lower (#4105) 2024-01-19 19:57:13 +00:00
ProfElements
7c917c396f
feat(api): Introduce SlimefunItemRegistryFinalizedEvent (#4099)
Co-authored-by: JustAHuman-xD <65748158+JustAHuman-xD@users.noreply.github.com>
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
2024-01-18 14:07:18 +00:00
renovate[bot]
bcdde8c2dc
[CI skip] Update actions/cache action to v4 2024-01-18 15:06:33 +01:00
J3fftw
bcfbd3a598
fix slimefun block turning into a vanilla block if there are viewers (#4101) 2024-01-17 16:26:33 +00:00
renovate[bot]
9fba3f6b05
[CI skip] Update dependency org.mockito:mockito-core to v5.9.0 2024-01-17 17:16:25 +01:00
Daniel Walsh
f7b42a1c62
Update dough to fix item stacking issue (#4100) 2024-01-17 11:26:56 +01:00
J3fftw
6bc1b1f474
fix items not being able to be placed on ancient altar (#4094)
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
2024-01-16 12:08:14 +00:00
J3fftw
eb4d23ec45
Update MockBukkit to 1.20.4 along with existing tests (#4086)
Co-authored-by: J3fftw1 <44972470+J3fftw1@users.noreply.github.com>
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
Co-authored-by: Alessio Colombo <37039432+Sfiguz7@users.noreply.github.com>
2024-01-15 13:40:43 +00:00
Daniel Walsh
1fb27b9327
Fix another bug with interaction fix and add more interaction tests (#4090) 2024-01-14 11:02:31 +00:00
Daniel Walsh
86533a8ec9
Fixes NPE when interacting with air (#4089) 2024-01-13 17:37:57 +01:00
Daniel Walsh
a78cba0711 Fixes #4087
When a block is broken we don't want to allow users to still use the inventory. This allows for them to pull items out along with blocks being dropped (if the block implements that).

    This fix is in 2 parts, the main part is just preventing the inventory from being opened if the block is queued for deletion. The second smaller part is just closing the inventory for all viewers on break. We would do this during cleanup but that was a tick later, we want it done in this tick and to prevent opening before the cleaning up is ran.
2024-01-13 13:53:33 +00:00
Daniel Walsh
81bc94226c Move nonnull annotations to stop causing errors in vscode 2024-01-13 13:53:33 +00:00
Daniel Walsh
92e6dc1d17 Cleanup disabled sensitive block code 2024-01-13 13:53:33 +00:00
Daniel Walsh
158c6eea21
Fix backpack IDs not incrementing (#4081) 2024-01-07 09:19:51 +00:00
Daniel Walsh
4ab638814f
Update dough (#4079) 2024-01-06 15:04:13 +00:00
J3fftw
e33950383c
temporarily diable senstive blocks check (#4077)
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
2024-01-03 19:12:45 +00:00
Daniel Walsh
4d710fa0b1
Storage rewrite - Phase 1 (#4065)
* Phase 1 - wip

* Add some tests

* wip

* Save waypoints

* Implement backpacks

* Add tests for waypoints

* Changes to ADR

* Small changes

* Fix englandish and some small changes to UUID in PlayerProfile

* Fix saving of player data in a few cases

* Documentation around deprecated

* Add some more tests

* Some small doc updates

* Make old Waypoint constructor deprecated and fix javadocs
2024-01-02 12:11:04 +00:00
Silent
dad6020680
Feature/block drop creative (#3934)
Co-authored-by: J3fftw <44972470+J3fftw1@users.noreply.github.com>
Co-authored-by: Silent <boksic420@gmail.com>
2023-12-31 08:58:28 +00:00
Daniel Walsh
6b03850965
Fix contributor head being pullable (#4072) 2023-12-27 02:59:19 +00:00
Daniel Walsh
a56aacd4d6
Update changelog for RC-36 (#4066) 2023-12-19 20:35:26 +00:00
renovate[bot]
9e8758b990
[CI skip] Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.0 2023-12-19 21:24:53 +01:00
renovate[bot]
18565eba2e
[CI skip] Update dependency com.gmail.nossr50.mcMMO:mcMMO to v2.1.226 2023-12-19 21:21:01 +01:00
renovate[bot]
bbfb9734b9
[CI skip] fix(deps): update dependency com.sk89q.worldedit:worldedit-bukkit to v7.2.18 2023-12-13 22:49:50 +01:00
renovate[bot]
09d6f64a60
[CI skip] fix(deps): update dependency com.sk89q.worldedit:worldedit-core to v7.2.18 2023-12-13 22:49:34 +01:00
renovate[bot]
9deb0fa6d5
[CI skip] chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3 2023-12-13 22:49:21 +01:00
JustAHuman-xD
88ac05ff31
Add TalismanActivateEvent (Updated version of #3920) (#4045)
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
Co-authored-by: Sefiraat <miakis@me.com>
Co-authored-by: J3fftw <44972470+J3fftw1@users.noreply.github.com>
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
Co-authored-by: China Worldstar <40675557+Sniperkaos@users.noreply.github.com>
Co-authored-by: cworldstar <legendaryhacker01@askusabouttaxes.com>
Co-authored-by: Alessio Colombo <37039432+Sfiguz7@users.noreply.github.com>
2023-12-12 21:51:14 +01:00
ybw0014
dd69808355
chore: update download link (#4053)
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
Co-authored-by: J3fftw <44972470+J3fftw1@users.noreply.github.com>
2023-12-11 21:55:26 +00:00
Alessio Colombo
76d96bc6da
Merge pull request #4050 from Slimefun/fix/sensitive_blocks_v2 2023-12-09 18:43:42 +01:00
Alessio Colombo
b38743d713 More comments 2023-12-09 18:36:00 +01:00
Alessio Colombo
b3ff154f24 Import order, comments 2023-12-09 18:30:56 +01:00
Alessio Colombo
6a4b1fe794 Fixed vanilla sensitive blocks 2023-12-09 18:16:34 +01:00
Alessio Colombo
7a65ea940a
Merge pull request #4049 from JustAHuman-xD/revert/sensitive-block-changes 2023-12-09 16:29:44 +01:00
JustAHuman-xD
d35798040c Revert Sensitive Block Changes 2023-12-09 09:03:54 -06:00
J3fftw
d651661370
1.19.3 support (#4039) 2023-12-09 03:39:27 +00:00
Alessio Colombo
ae983c93c2
Merge pull request #4048 from JustAHuman-xD/fix/patch-sensitive-block-issue 2023-12-09 01:03:57 +01:00
JustAHuman-xD
e1d230dcb6 Patch hopefully 2023-12-08 17:47:22 -06:00
Alessio Colombo
123e3b516f
Merge pull request #4044 from JustAHuman-xD/fix/colored-search-term 2023-12-08 21:46:26 +01:00
Alessio Colombo
1a71d834bf
Merge pull request #3966 from iTwins/fix/sensitive_blocks 2023-12-08 21:16:01 +01:00
JustAHuman-xD
82c8c91451 Suggestions and consistency 2023-12-07 16:28:39 -06:00
JustAHuman-xD
e83c9f704e Add test for both normal and colored seearches 2023-12-07 12:48:57 -06:00
JustAHuman-xD
d0963697ca
use proper method name 2023-12-07 11:48:45 -06:00
JustAHuman-xD
e261bbebe9
Strip search term 2023-12-07 11:39:49 -06:00
Alessio Colombo
c0cd77e3e6
Merge pull request #4025 from JustAHuman-xD/chore/slimefun-item-item-handlers-case 2023-12-07 12:57:50 +01:00
J3fftw
f49d2dda43
fix rate limiting issues (#4042) 2023-12-06 21:07:50 +00:00
Alessio Colombo
243293a2dc
Merge pull request #3953 from iTwins/fix/geo_miner_voiding_resources 2023-12-06 21:05:13 +01:00
iTwins
c7506d863b revert these unnecessary changes as well 2023-12-06 20:30:44 +01:00
iTwins
530f375a1f revert unnecessary changes 2023-12-06 20:27:05 +01:00
Alessio Colombo
b646e15974
Merge pull request #3919 from iTwins/fix/formatMessage_fix
skip already substituted parts when formatting message
2023-12-06 15:08:44 +01:00
renovate[bot]
d2f7486e08
[CI skip] Update dependency org.junit.jupiter:junit-jupiter to v5.10.1 2023-12-06 15:07:07 +01:00
Alessio Colombo
6efc0a1bbe
Merge pull request #4021 from test137E29B/feature/gps-waypoint-yaw
Add Yaw to GPS Waypoint Location
2023-12-06 15:06:32 +01:00