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:
Ethan Costa
2024-12-27 22:42:50 +01:00
committed by GitHub
parent 09a2d4c24f
commit 2bca1f1ffb
6 changed files with 186 additions and 68 deletions

View File

@@ -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',
}]
)),
},

View File

@@ -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": [

View File

@@ -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",