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:
MasatoNakajima20 2026-05-08 07:19:57 +08:00
parent dc24c2c39a
commit 4d2b856553

View File

@ -1,5 +1,5 @@
# Project
version=3.0.0
version=3.0.1
group=tschipp.carryon
# Common