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.
This commit is contained in:
parent
dc24c2c39a
commit
4d2b856553
|
|
@ -1,5 +1,5 @@
|
|||
# Project
|
||||
version=3.0.0
|
||||
version=3.0.1
|
||||
group=tschipp.carryon
|
||||
|
||||
# Common
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user