Commit Graph

48 Commits

Author SHA1 Message Date
684cb23f74 Ported cycle totem message to lang file. 2026-01-12 22:19:00 +01:00
24d21126b0 Implemented LangAsset enum to declare translatable keys for strings. Moved message strings for reviving functionality into lang file. 2026-01-12 22:15:41 +01:00
925f244cc0 Removed old networking code. 2026-01-12 04:37:21 +01:00
dbabba477a CycleTarget method now returns message component. Implemented totem functionality without any extra networking. 2026-01-12 04:36:44 +01:00
5b2771c1f7 Fixed advanced tooltip key press check. Removed old broken mod key mappings. 2026-01-12 03:57:26 +01:00
b03aa3e0ed Fixed totem data not saving or synchronizing on a dedicated server. 2026-01-12 03:40:41 +01:00
4bb8e9dca0 Removed the need for template files. Replaced logo file with png as jpg seems to not work with NeoForge. 2026-01-12 01:22:46 +01:00
06ef028b6c Updated mods.toml. 2026-01-11 01:19:49 +01:00
6eabe7b3c5 Updated gitignore. Updated mod id across project. Fixed gradle not replacing properties in mods.toml. 2026-01-11 01:18:18 +01:00
8abbf5384e WIP: Temporarily disabling old networking code. 2026-01-11 00:40:15 +01:00
1c45352037 Ported charge items. Implemented property helper. Made netherite charges fire-resistant. 2026-01-11 00:25:55 +01:00
935ccd14bb Implemented new methods for each totem item. Implemented helper for generating item properties, now also adding totem data to the item. 2026-01-11 00:20:54 +01:00
0f35787a53 WIP use method. Fixed remaining methods. 2026-01-11 00:00:30 +01:00
4c6d9b4b14 Ported totem tooltip. Implemented helpers for getting target UUID from totem data. 2026-01-10 19:51:56 +01:00
af097ffdf5 Extracted code into method. 2026-01-10 19:27:17 +01:00
300e0a940a Rewrote TotemItem methods to simplify usage and keep functionality within the same class. 2026-01-10 19:24:37 +01:00
b400f4334a WIP: Logic cleanup. 2026-01-09 07:05:33 +01:00
39f8544e08 WIP: Converting methods to utilize Optionals. 2026-01-09 05:55:38 +01:00
f41bead3d2 Included charge in totem data. 2026-01-09 05:40:01 +01:00
56f274a81b WIP: Included target deaths in data component. 2026-01-09 05:26:42 +01:00
91f3f9dbdd WIP: Included target name in data component. 2026-01-09 05:20:04 +01:00
7421a5a18d WIP: Included target UUID in data component. 2026-01-09 05:14:49 +01:00
f6e47d78e1 WIP: Creating DataComponent for totem items. 2026-01-09 05:01:09 +01:00
2f1a9793a3 Ported datagens. 2026-01-09 01:01:53 +01:00
2bfe6b72e5 Ported registers. 2026-01-09 00:45:40 +01:00
e8b0b1987b Removed old metadata. 2026-01-09 00:38:33 +01:00
2262cc5952 Ported config. 2026-01-09 00:37:25 +01:00
9a0415effd Ported remainder of main class. 2026-01-09 00:08:13 +01:00
681ebeeeb7 Ported side proxy. 2026-01-09 00:02:21 +01:00
aff7f9ae54 Ported gradle and metadata to NeoForge. 2026-01-08 23:36:45 +01:00
407e26a179 Updated gradle and metadata. 2026-01-08 22:17:34 +01:00
2c4cc90940 Updated mod icon file. 2025-06-19 02:33:09 +01:00
5e21576347 Added drop shadow to icon. 2025-06-18 04:12:33 +00:00
fc14404b18 Updated mod logo file. 2025-06-17 02:25:04 +01:00
3c5425d0c4 Finished porting to 1.20.1. 2024-01-26 21:23:09 +00:00
60f5d27640 Creative mode tabs:
- Changed translation key for creative mode tab name to follow vanilla.
- Removed old creative mode tab register event handler.
- Created new creative mode tab registration setup.
- Optimized imports.
2024-01-26 21:10:17 +00:00
fb7304ccc4 Changed versions. 2024-01-26 20:50:10 +00:00
05d57e4716 Updated to Minecraft 1.19.4. Forge 45.2.8.
- Removed recipe system with ability to disable totems via config.
- Optimized imports.
- Redid generated data.
- Updated creative mode tab.
2024-01-26 19:24:18 +00:00
a6423d5c70 NetworkManager:
- Fixed port error for packet consumer.
2022-11-04 01:48:22 +00:00
9c5a91f705 Config:
- Added default return value to getDurability in case of an exception due to this causing a crash when gathering data.
2022-11-04 01:47:25 +00:00
800dc2f9e3 ExtendedShapedRecipeBuilder:
- Fixed errors due to missing getRegistryName method.
2022-11-03 21:32:19 +00:00
4625e4b95c Fixed ExtendedShapedRecipe.Serializer port errors. 2022-11-03 21:31:39 +00:00
6ddd8706d6 Fixed DataGenerators port errors. 2022-11-03 21:31:15 +00:00
0822abf2c2 ChargeItem:
- Replaced old TextComponents with Component.literal.
2022-11-03 21:30:56 +00:00
35ccb0c7d7 ReviveTargetPacket & ChangeTargetPacket:
- Replaces old sendMessage with new sendSystemMessage.
- Replaced old TextComponents with Component.literal.
2022-11-03 21:30:22 +00:00
59f81aaa21 TotemItem:
- Replaced old TextComponents with Component.literal.
2022-11-03 21:29:21 +00:00
ac05359e2d Registration:
- Fixed port errors with creating DeferredRegisters. Removed old helper method.
2022-11-03 21:09:03 +00:00
d17c2b1fed Initial port of 1.18.2-2.0.2 to 1.19.2. 2022-11-03 20:59:10 +00:00