You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue describes things to change for the 1.19 port, as I have pending breaking changes. Will be updating this periodically as I remember more things.
Cleanup methods on SimpleBlockModel, then have ColoredBlockModel extend it. Will make it easier to support in all custom models
Fully migrate JSON predicates from Tinkers' Construct
Clean up model data usage, getModelData is intended to return a new instance instead of a cached instance as forge will cache it for me. refreshModelData will alert forge to call getModelData again to get the new instance
This issue describes things to change for the 1.19 port, as I have pending breaking changes. Will be updating this periodically as I remember more things.
SimpleBlockModel
, then haveColoredBlockModel
extend it. Will make it easier to support in all custom modelsgetModelData
is intended to return a new instance instead of a cached instance as forge will cache it for me.refreshModelData
will alert forge to callgetModelData
again to get the new instanceChanges that would be good
The text was updated successfully, but these errors were encountered: