Commit Graph

70 Commits

Author SHA1 Message Date
f3c74556e0 Updated ignores. 2025-06-19 02:35:52 +01:00
0ad2ea9061 Added guidelines. 2025-06-19 02:35:23 +01:00
a1c2ff4423 Merge pull request 'Added drop shadow to icon.' (#21) from feat/19-update_assets into 1.20.1
Reviewed-on: #21
2025-06-18 04:09:10 +00:00
5b2d0b5646 Added drop shadow to icon. 2025-06-18 04:09:10 +00:00
111e347e66 Merge pull request 'feat/19-update_assets' (#20) from feat/19-update_assets into 1.20.1
Reviewed-on: #20
2025-06-17 02:51:54 +00:00
be2692b2fe Replaced mod icon. 2025-06-17 03:50:31 +01:00
87db66fa82 Created banner, card and logo. 2025-06-17 03:47:10 +01:00
dfafc4ff05 Added rendered images. 2025-06-17 03:25:51 +01:00
35c585f246 Added blender project. 2025-06-17 03:25:17 +01:00
3c09b5be5d Added world model files from Mineways. 2025-06-17 02:37:18 +01:00
be5328ac0d Updated gitignore and added gitattributes. 2025-06-17 02:37:02 +01:00
bf49c008dc Merge pull request 'bug/17-config_list_definitions' (#18) from bug/17-config_list_definitions into 1.20.1
Reviewed-on: #18
2025-06-09 18:43:21 +00:00
350b9cee93 Updated operation entry validation regex to allow for '/' in ids. 2025-06-09 19:38:00 +01:00
269711292f Bumped mod version to 1.0.2. 2025-06-09 19:29:51 +01:00
e7d83e5214 Added validation method for operation entries. 2025-06-09 19:29:40 +01:00
86fd9d5843 Added validation method for global operation entries. 2025-06-09 19:25:25 +01:00
f49a4b50c8 Using defineList instead of define. 2025-06-09 18:53:10 +01:00
6f8eaf4acf Merge pull request 'ci/15-update_archive_name' (#16) from ci/15-update_archive_name into 1.20.1
Reviewed-on: #16
2025-05-26 18:30:42 +00:00
0143418eaf Bumped version number. 2025-05-26 19:30:00 +01:00
1a0e89ba7b Updated archive name to include the Minecraft version. 2025-05-26 19:28:40 +01:00
2a7103ea93 Merge pull request 'bug/13-cache_used_despite_config' (#14) from bug/13-cache_used_despite_config into 1.20.1
Reviewed-on: #14
2025-05-26 18:17:37 +00:00
9ba56d55ee Moved more similar code to utility method. 2025-05-26 19:15:38 +01:00
40f2a491b1 Unified cache implementation. Using references in events. 2025-05-26 18:58:20 +01:00
e4c444c6f8 Using config option for saving to cache. 2025-05-26 18:56:43 +01:00
0f15554b6c Merge pull request 'feat/11-mod_name' (#12) from feat/11-mod_name into 1.20.1
Reviewed-on: https://gitea.local.micle.dev/minecraft-mods/xp_tools/pulls/12
2025-05-25 19:43:41 +00:00
e380132104 Updated mod name. 2025-05-25 20:42:28 +01:00
5ddc54ad1d Merge pull request 'feat/9-icon' (#10) from feat/9-icon into 1.20.1
Reviewed-on: https://gitea.local.micle.dev/minecraft-mods/xp_tools/pulls/10
2025-05-25 19:37:32 +00:00
42a57a0159 Updated icon image to include text. 2025-05-25 20:35:24 +01:00
eff91e92b9 Updated logo file path. 2025-05-25 19:41:46 +01:00
b6f3c5fa97 Added icon image. 2025-05-25 19:41:27 +01:00
564c47f673 Merge pull request 'bug/7-dedicated_server_loading_client_classes' (#8) from bug/7-dedicated_server_loading_client_classes into 1.20.1
Reviewed-on: https://gitea.local.micle.dev/minecraft-mods/xp_tools/pulls/8
2025-05-25 00:52:26 +00:00
dc2f421d90 Changed displayTest setting to IGNORE_SERVER_VERSION. 2025-05-25 01:50:55 +01:00
2bd31412ef Marked methods for CLIENT dist only. 2025-05-25 01:48:50 +01:00
6fa04c8e29 Merge pull request 'feat/5-handle_xp_from_entities' (#6) from feat/5-handle_xp_from_entities into 1.20.1
Reviewed-on: https://gitea.local.micle.dev/minecraft-mods/xp_tools/pulls/6
2025-05-25 00:15:30 +00:00
be1c5588c3 Improved cache config option description. Disabled cache by default. 2025-05-25 01:13:26 +01:00
93403d17a5 Added extra debugging info. 2025-05-25 01:07:20 +01:00
308c74ef0d Split some common code from event handlers into new class OperationUtils. 2025-05-25 00:47:42 +01:00
f938b99056 Implemented logic for entity killing. 2025-05-25 00:24:13 +01:00
ddcd52ae30 Fixed comment. 2025-05-25 00:23:44 +01:00
1d57d19f5a Added entity kill operation cache. 2025-05-25 00:13:13 +01:00
9b2e8287eb Updated config comment to mention tags. 2025-05-25 00:10:14 +01:00
539d18243d Added config options for operations. 2025-05-24 23:51:25 +01:00
fdf92b7616 Created event handler. 2025-05-24 23:34:52 +01:00
d355ba13ee Merge pull request 'feat/3-handle_xp_from_block_breaking' (#4) from feat/3-handle_xp_from_block_breaking into 1.20.1
Reviewed-on: https://gitea.local.micle.dev/minecraft-mods/xp_tools/pulls/4
2025-05-24 21:58:37 +00:00
7d044fb8bd Moved operation classes into new package. 2025-05-24 22:53:39 +01:00
5c9a62f035 Added config for extra debugging. 2025-05-24 22:47:44 +01:00
09c25d0d15 Added config option for using the cache. 2025-05-24 22:44:07 +01:00
23e6dc34bf Implemented cache for fetching operations. 2025-05-24 22:13:40 +01:00
618e90676e Made members final. 2025-05-24 21:19:26 +01:00
287b0aabdb Using global operations. 2025-05-24 20:52:10 +01:00