generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 50
2.0 migration guide
Juuxel edited this page May 9, 2020
·
4 revisions
LibGui 2.0 has some breaking changes. Here are the main things you need to update:
-
CottonCraftingController
has been replaced withCottonInventoryController
, which doesn't take a recipe type. - Custom widgets
-
WWidget.paintBackground
has been renamed topaint
. It now also takes theMatrixStack
used for screen rendering. - All text rendering methods in
ScreenDrawing
also take a matrix stack now.
-