mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Add Custom Sky generator for Sky Aesthetics (#667)
* Added Custom Sky generator * Added 1.21.1 support * fix config * revert config change * Fix assets config not working * update url * Fix merge conflict --------- Co-authored-by: Misode <misoloo64@gmail.com>
This commit is contained in:
@@ -314,6 +314,7 @@ export class SpyglassService {
|
||||
...Object.fromEntries(siteConfig.generators.filter(gen => gen.dependency).map(gen =>
|
||||
[gen.path ?? gen.id, {
|
||||
category: gen.id,
|
||||
pack: gen.tags?.includes('assets') ? 'assets' : 'data',
|
||||
}]
|
||||
)),
|
||||
},
|
||||
|
||||
@@ -719,6 +719,15 @@
|
||||
"dependency": "ohthetreesyoullgrow",
|
||||
"minVersion": "1.20",
|
||||
"wiki": "https://github.com/CorgiTaco/Oh-The-Trees-Youll-Grow/wiki/Generating-Your-Tree-With-Data-Packs!"
|
||||
},
|
||||
{
|
||||
"id": "sky_aesthetics:sky",
|
||||
"url": "sky-aesthetics/sky",
|
||||
"path": "sky",
|
||||
"tags": ["partners", "assets"],
|
||||
"dependency": "sky_aesthetics",
|
||||
"minVersion": "1.21.1",
|
||||
"wiki": "https://github.com/TathanDev/SkyAesthetics/wiki/Custom-Sky"
|
||||
}
|
||||
],
|
||||
"legacyGuides": [
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
"generator.neoforge:structure_modifier": "Structure Modifier",
|
||||
"generator.not_found": "Cannot find generator \"%0%\"",
|
||||
"generator.ohthetreesyoullgrow:configured_feature": "OTTYG Feature",
|
||||
"generator.sky_aesthetics:sky": "Custom Sky",
|
||||
"generator.pack_mcmeta": "pack.mcmeta",
|
||||
"generator.painting_variant": "Painting Variant",
|
||||
"generator.post_effect": "Post Effect",
|
||||
@@ -187,6 +188,7 @@
|
||||
"partner.neoforge": "NeoForge",
|
||||
"partner.obsidian": "Obsidian",
|
||||
"partner.ohthetreesyoullgrow": "Oh The Trees You'll Grow",
|
||||
"partner.sky_aesthetics": "Sky Aesthetics",
|
||||
"presets": "Presets",
|
||||
"preview": "Visualize",
|
||||
"preview.auto_scroll": "Auto scroll",
|
||||
|
||||
Reference in New Issue
Block a user