Add Lychee mod generator - #902
Conversation
7b82b6a to
4ba2d13
Compare
|
@Snownee I can't commit to your branch, but please apply this patch to fix some mcdoc errors: lichee_fix_mcdoc.patch |
Done 👍 |
| }, | ||
| { | ||
| "id": "lychee:recipes", | ||
| "url": "lychee/recipes", |
There was a problem hiding this comment.
These should both be singular recipe
There was a problem hiding this comment.
Basically, I referenced the Create mod generator while working on this. And they are not singular
| { | ||
| "id": "lychee:recipes", | ||
| "url": "lychee/recipes", | ||
| "path": "lychee", |
There was a problem hiding this comment.
This path should technically be recipe, but that breaks the vanilla recipe generator, so don't actually change this. I guess I'm a bit confused why/how you're reusing the vanilla recipe folder.
| "generator.lang": "Language", | ||
| "generator.loot_table": "Loot Table", | ||
| "generator.loot-table-modifier:loot_modifier": "Loot Modifier", | ||
| "generator.lychee:recipes": "Lychee Recipes", |
There was a problem hiding this comment.
Same here, both the key and the translation should be singular.
| } | ||
|
|
||
| /// Lychee recipe common fields. Dispatched by the `type` field. | ||
| dispatch minecraft:resource[lychee:recipes] to struct Recipes { |
There was a problem hiding this comment.
Find-replace all lychee:recipes -> lychee:recipe in this file.
Added support for the recipe types in Lychee mod