mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-05 15:11:46 +00:00
Add fabric.mod.json generator
This commit is contained in:
@@ -605,6 +605,14 @@
|
||||
"minVersion": "1.21.2",
|
||||
"wiki": "https://minecraft.wiki/w/Shader#Post-processing_effects"
|
||||
},
|
||||
{
|
||||
"id": "fabric:fabric_mod_json",
|
||||
"url": "fabric/fabric-mod-json",
|
||||
"noPath": true,
|
||||
"tags": ["partners"],
|
||||
"dependency": "fabric",
|
||||
"wiki": "https://wiki.fabricmc.net/documentation:fabric_mod_json"
|
||||
},
|
||||
{
|
||||
"id": "immersive_weathering:block_growth",
|
||||
"url": "immersive-weathering/block-growth",
|
||||
|
||||
+3
-1
@@ -74,6 +74,7 @@
|
||||
"generator.equipment": "Equipment",
|
||||
"generator.error_max_version": "This generator is not available in versions above %0%",
|
||||
"generator.error_min_version": "The minimum version for this generator is %0%",
|
||||
"generator.fabric:fabric_mod_json": "fabric.mod.json",
|
||||
"generator.font": "Font",
|
||||
"generator.immersive_weathering:block_growth": "Block Growth",
|
||||
"generator.instrument": "Instrument",
|
||||
@@ -95,7 +96,7 @@
|
||||
"generator.neoforge:structure_modifier": "Structure Modifier",
|
||||
"generator.not_found": "Cannot find generator \"%0%\"",
|
||||
"generator.ohthetreesyoullgrow:configured_feature": "OTTYG Feature",
|
||||
"generator.pack_mcmeta": "Pack.mcmeta",
|
||||
"generator.pack_mcmeta": "pack.mcmeta",
|
||||
"generator.painting_variant": "Painting Variant",
|
||||
"generator.post_effect": "Post Effect",
|
||||
"generator.predicate": "Predicate",
|
||||
@@ -180,6 +181,7 @@
|
||||
"normalize": "Normalize",
|
||||
"not_found.description": "The page you were looking for does not exist.",
|
||||
"output_settings": "Output settings",
|
||||
"partner.fabric": "Fabric",
|
||||
"partner.immersive_weathering": "Immersive Weathering",
|
||||
"partner.lithostitched": "Lithostitched",
|
||||
"partner.neoforge": "NeoForge",
|
||||
|
||||
Reference in New Issue
Block a user