cc1a4153e0
fix:修复 Components not bound yet问题
2026-05-27 23:21:33 +08:00
MasatoNakajima20
4d2b856553
Bugfix release 3.0.1 for Minecraft 26.1.2
...
- Fixed crash on startup (Components not bound yet) caused by InventoryMixin
creating an ItemStack as a static field before data components were
initialized. Replaced with lazy creation via method call.
2026-05-08 07:19:57 +08:00
MasatoNakajima20
983ee89eda
Port CarryOn to Minecraft 26.1.2 (version 3.0.0)
2026-05-08 06:58:11 +08:00
Tschipp
de388366ca
Updated Version
2025-12-31 09:57:34 +01:00
Tschipp
f147e801cc
Updated to 1.21.11
2025-12-27 23:25:58 +01:00
Tschipp
d4e0b29a06
Merge branch '1.21.9' of github.com:Hanro50/CarryOn into Hanro50-1.21.9
...
# Conflicts:
# Common/src/main/java/tschipp/carryon/CarryOnCommon.java
# Common/src/main/java/tschipp/carryon/CarryOnCommonClient.java
# Common/src/main/java/tschipp/carryon/client/keybinds/ConflictFreeKeyMapping.java
# Common/src/main/java/tschipp/carryon/client/render/CarriedObjectRender.java
# Common/src/main/java/tschipp/carryon/mixin/AvatarRenderStateMixin.java
# Common/src/main/java/tschipp/carryon/mixin/HumanoidModelMixin.java
# Common/src/main/resources/carryon.mixins.json
# Fabric/build.gradle
# build.gradle
# gradle.properties
2025-12-23 11:51:53 +01:00
Tschipp
8d8e0dad82
Initial work on 1.21.9
2025-11-23 20:40:31 +01:00
Hanro50
9d6ffc37ca
Fixes kick on death on neoforge
2025-10-15 09:11:08 +02:00
Hanro50
eadfba05e8
some mild work on porting to 1.21.9
2025-10-15 07:51:47 +02:00
Tschipp
ece3ed7ff2
Updated to 1.21.8. Changed Data Storage to use Attachments or Capabilities.
2025-09-01 10:18:25 +02:00
Tschipp
162fc1051d
Updated to 1.21.7
2025-08-25 10:49:14 +02:00
Tschipp
e7bf9a4dee
Updated to 1.21.6
2025-08-16 22:02:28 +02:00
Tschipp
c662995320
Updated Version Numbers
2025-07-26 00:39:54 +02:00
Tschipp
d1227d3d87
Updated to 1.21.5
2025-07-08 10:51:36 +02:00
Tschipp
24c15ffb7b
Updated version, fixed 1.21.4
2025-04-20 23:40:51 +02:00
Tschipp
ae260556b2
Updated to 1.21.4, Added support for Cloth Config
2025-01-04 00:32:09 +01:00
Tschipp
058b547c30
Updated to 1.21.3
2024-12-27 18:25:03 +01:00
Tschipp
a4843857cd
Updated to 1.21.1
2024-08-19 10:58:36 +02:00
Tschipp
2a9a8703d4
fixed neoforge crashing on load
2024-07-17 23:34:36 +02:00
Tschipp
2be47d8d53
fixed fabric servers not being joinable
2024-07-17 22:31:57 +02:00
Tschipp
753f19e7b0
Updated to 1.21
2024-07-14 15:35:40 +02:00
Tschipp
8cc0424d46
1.20.6 works, except for forge
2024-06-28 13:02:53 +02:00
Tschipp
b574f5b509
started work on 1.20.6
2024-06-23 20:28:08 +02:00
Tschipp
aa6ba82ae5
Updated to 1.20.4, added NeoForge
2024-02-25 17:53:24 +01:00
Tschipp
68341b7ff1
Fixed various bugs relating to placement
2023-08-30 22:01:43 +02:00
Tschipp
5efb509aea
Fixed crash with amecs
2023-07-07 09:50:03 +02:00
Tschipp
ddbd9d3d84
Update to 1.20.1
2023-07-06 18:48:28 +02:00
Tschipp
0f22c9650f
Merge remote-tracking branch 'origin/1.19-multiloader' into 1.19-multiloader
...
# Conflicts:
# Fabric/build.gradle
2023-07-06 17:10:47 +02:00
Tschipp
5c460996ae
Fixed IMC, Keybinds, other bugs
2023-07-06 17:06:47 +02:00
Tschipp
80899ad999
updated MixinExtras
2023-04-28 22:11:36 +02:00
Tschipp
2cbff25e0c
Updated to 1.19.4, fixed bugs
2023-04-24 22:24:54 +02:00
Tschipp
1e1324bcde
Fixed MixinExtras by using JarJar
2023-02-01 21:04:16 +01:00
Tschipp
edd98a10f7
Merge branch '1.19-multiloader' into 1.19.2
2023-01-26 23:01:48 +01:00
Tschipp
efe2aef40b
Fixed shadowing of mixinextras, added french translation
2023-01-26 22:59:14 +01:00
Tschipp
5249002c2c
Merge branch '1.19-multiloader' into 1.19.2
2023-01-18 21:59:11 +01:00
Tschipp
3339a68564
Fixed multiple render crashes, fixed fabric config loading, improved mixin compatibility
2023-01-18 21:49:31 +01:00
Tschipp
9d934e8d90
Bumped Version
2022-12-30 15:32:54 +01:00
Tschipp
1bb75a9b8e
Bumped Version
2022-12-30 15:32:32 +01:00
Tschipp
209a976d4f
Fixed Mixin
2022-12-17 15:51:56 +01:00
Tschipp
3f61e6c5a9
Updated to 1.19.3, made dependency on Gamestages less strict
2022-12-17 15:38:59 +01:00
Tschipp
375eb8dcc3
Added networking, Scripting
2022-11-29 00:49:57 +01:00
Tschipp
e6ace77c39
Further progress with rewrite
2022-10-11 22:25:56 +02:00
Tschipp
44a1d33f0f
Started work on rewrite, using Multiloader
2022-10-03 13:43:38 +02:00
Tschipp
02c5376979
Updated to 1.18.2
2022-03-05 16:50:08 +01:00
Tschipp
a84cc85fdb
Updated to 1.18
2021-12-23 22:59:20 +01:00
Tschipp
6d85b42903
Fixed block lighting
2021-12-23 17:17:02 +01:00
Tschipp
3a8d938136
Worked on 1.17 branch, still has block lighting bug
2021-12-21 09:37:00 +01:00
Tschipp
c2e567e27e
fixed crash
2021-06-05 23:09:18 +02:00
Tschipp
5e8ce8fc79
Updated to official mappings, enhanced entity rendering
2021-06-05 21:37:19 +02:00
Tschipp
07e5153c40
Fixed configs not synching properly, added spanish translation
2021-02-16 10:48:24 +01:00