JEI Support #115

Merged
Rover656 merged 9 commits from feature/jei-stripped into dev/1.19.x 2023-03-29 17:44:56 +00:00
Rover656 commented 2023-03-28 14:42:55 +00:00 (Migrated from github.com)

This is a stripped variant of #97 containing everything but the recipe and item/block changes.

Breaking Changes

This introduces a workflow change for convenience when adding new blocks and items or anything that could cause datagen to go awry. runData will no longer check for missing textures or anything, it'll generate as if they were there. runDataProd will do the full monty that folks are used to.

NOTE This is unfinished; the fire crafting JEI category will be finished in a PR after #116

TODO

  • Bring in design changes influenced by #95

Checklist:

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
This is a stripped variant of #97 containing everything but the recipe and item/block changes. # Breaking Changes This introduces a workflow change for convenience when adding new blocks and items or anything that could cause datagen to go awry. runData will no longer check for missing textures or anything, it'll generate as if they were there. runDataProd will do the full monty that folks are used to. **NOTE** This is unfinished; the fire crafting JEI category will be finished in a PR after #116 # TODO - [x] Bring in design changes influenced by #95 # Checklist: - [x] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you) - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template -->
Sign in to join this conversation.
No reviewers
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#115
No description provided.