We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f893c1e commit 480c8b5Copy full SHA for 480c8b5
src/app/pages/Home.tsx
@@ -56,7 +56,7 @@ function PopularGenerators() {
56
return <ToolGroup title={locale('generators.popular')} link="/generators/">
57
<GeneratorCard minimal id="loot_table" />
58
<GeneratorCard minimal id="advancement" />
59
- <GeneratorCard minimal id="predicate" />
+ <GeneratorCard minimal id="recipe" />
60
<ToolCard title={locale('worldgen')} link="/worldgen/" titleIcon="worldgen" />
61
<ToolCard title={locale('generators.all')} link="/generators/" titleIcon="arrow_right" />
62
<ToolCard title={locale('generators.partners')} link="/partners/" titleIcon="arrow_right" />
0 commit comments