Package top.qwertycxz.loadabledialog.mixin


package top.qwertycxz.loadabledialog.mixin
  • Class
    Description
    Mixin for dialog reloading
    Invoker for bind tags
    Mixin to remove the dialog registry from the vanilla registry data loader, since we want to load dialogs from our own data pack instead of the built-in one.
    Mixin to replace the dialog sent to players whose client is not up-to-date with the server, so they can see a notice dialog instead of a missing dialog error when loading dialogs.
    We removed the dialog loading code from the main world loading code and put it in a separate supplier, so we need to modify the world loading code to use our supplier instead of the original one.