Skip to content

Add Lychee mod generator - #902

Open
Snownee wants to merge 2 commits into
misode:masterfrom
fruitful-generator:master
Open

Add Lychee mod generator#902
Snownee wants to merge 2 commits into
misode:masterfrom
fruitful-generator:master

Conversation

@Snownee

@Snownee Snownee commented Jul 27, 2026

Copy link
Copy Markdown

Added support for the recipe types in Lychee mod

@Snownee
Snownee force-pushed the master branch 3 times, most recently from 7b82b6a to 4ba2d13 Compare July 29, 2026 00:49
@misode

misode commented Aug 4, 2026

Copy link
Copy Markdown
Owner

@Snownee I can't commit to your branch, but please apply this patch to fix some mcdoc errors: lichee_fix_mcdoc.patch

@Snownee

Snownee commented Aug 4, 2026

Copy link
Copy Markdown
Author

@Snownee I can't commit to your branch, but please apply this patch to fix some mcdoc errors: lichee_fix_mcdoc.patch

Done 👍

@misode misode left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few minor issues

Comment thread src/config.json
},
{
"id": "lychee:recipes",
"url": "lychee/recipes",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should both be singular recipe

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically, I referenced the Create mod generator while working on this. And they are not singular

Comment thread src/config.json
{
"id": "lychee:recipes",
"url": "lychee/recipes",
"path": "lychee",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread src/locales/en.json
"generator.lang": "Language",
"generator.loot_table": "Loot Table",
"generator.loot-table-modifier:loot_modifier": "Loot Modifier",
"generator.lychee:recipes": "Lychee Recipes",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, both the key and the translation should be singular.

Comment thread public/mcdoc/lychee.mcdoc
}

/// Lychee recipe common fields. Dispatched by the `type` field.
dispatch minecraft:resource[lychee:recipes] to struct Recipes {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Find-replace all lychee:recipes -> lychee:recipe in this file.

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