Skip to content

Custom BEWLR system and fixes#3

Merged
V972 merged 1 commit into
V972:feature/functional-tray-advancementsfrom
andrew0030:feature/functional-tray-advancements
Apr 24, 2026
Merged

Custom BEWLR system and fixes#3
V972 merged 1 commit into
V972:feature/functional-tray-advancementsfrom
andrew0030:feature/functional-tray-advancements

Conversation

@andrew0030
Copy link
Copy Markdown
Contributor

  • Added mixin and accesstransformers.
  • Modified BEWLR class so it works with the new system.
  • Added DinnerwareBEWLRManager to handle BEWLRs internally and their registration.
  • Added FMLClientSetupEvent to ModEventBusClientEvents, its used to register the custom BEWLR.
  • Removed forge BEWLR logic from PlateBlockBlockItem.
  • Added helper method in TrayItem that retrieves the games partialTick, to fix the models jittering.
  • Added ItemRendererMixin that applies the custom BEWLRs (see class for more details).
  • Added a custom "registry object", its essentially just a supplier that can be used to lazily initialize an object, which upon creation gets cached.
  • removed: "parent": "builtin/entity" from the tray item model, as its no longer needed or wanted.
  • Added dinnerware.mixins.json file.
  • Added accesstransformer.cfg file.

- Added mixin and accesstransformers.
- Modified BEWLR class so it works with the new system.
- Added "DinnerwareBEWLRManager" to handle BEWLRs internally and their registration.
- Added "FMLClientSetupEvent" to "ModEventBusClientEvents", its used to register the custom BEWLR.
- Removed forge BEWLR logic from "PlateBlockBlockItem".
- Added helper method in "TrayItem" that retrieves the games partialTick, to fix the model from jittering.
- Added "ItemRendererMixin" that applies the custom BEWLRs (see class for more details).
- Added a custom "registry object", its essentially just a supplier that can be used to lazily initialize an object, which upon creation gets cached.
- removed: "parent": "builtin/entity" from the tray item model, as its no longer needed or wanted.
- Added mixins json.
- Added accesstransformer file.
@V972 V972 merged commit dc69827 into V972:feature/functional-tray-advancements Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants