Skip to content

Commit

Permalink
Add 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Aug 13, 2022
1 parent 5f67eb1 commit 4a3e779
Showing 1 changed file with 212 additions and 12 deletions.
224 changes: 212 additions & 12 deletions generator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"QUILT_QSL_PROP": "quilt_qsl_version=",
"QUILT_FABRIC_API_PROP": "quilt_fabric_api_version=",
"FABRIC_ADD_FABRICLIKE": "\n common(project(path: \":fabric-like\", configuration: \"namedElements\")) { transitive false }\n shadowCommon(project(path: \":fabric-like\", configuration: \"transformProductionFabric\")) { transitive false }",
"QUILT_ADD_FABRICLIKE": "\n common(project(path: \":fabric-like\", configuration: \"namedElements\")) { transitive false }\n shadowCommon(project(path: \":fabric-like\", configuration: \"transformProductionQuilt\")) { transitive false }"
"QUILT_ADD_FABRICLIKE": "\n common(project(path: \":fabric-like\", configuration: \"namedElements\")) { transitive false }\n shadowCommon(project(path: \":fabric-like\", configuration: \"transformProductionQuilt\")) { transitive false }",
"LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
},
"versions": {
"1.16.5-forge": {
Expand Down Expand Up @@ -101,7 +102,7 @@
"tokens": {
"__MIXIN_FABRIC_BLOCK": "#MIXIN_FABRIC_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_8",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.17.1-forge": {
Expand Down Expand Up @@ -177,7 +178,7 @@
"tokens": {
"__MIXIN_FABRIC_BLOCK": "#MIXIN_FABRIC_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_16",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.18.1-forge": {
Expand Down Expand Up @@ -251,7 +252,7 @@
"tokens": {
"__MIXIN_FABRIC_BLOCK": "#MIXIN_FABRIC_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.18.2-forge": {
Expand Down Expand Up @@ -327,7 +328,7 @@
"tokens": {
"__MIXIN_FABRIC_BLOCK": "#MIXIN_FABRIC_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.18.2-forge-quilt": {
Expand Down Expand Up @@ -367,7 +368,7 @@
"tokens": {
"__MIXIN_QUILT_BLOCK": "#MIXIN_QUILT_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.18.2-forge-fabric-quilt": {
Expand Down Expand Up @@ -406,7 +407,7 @@
"tokens": {
"__MIXIN_QUILT_BLOCK": "#MIXIN_QUILT_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.18.2-forge-fabric-like": {
Expand Down Expand Up @@ -450,7 +451,7 @@
"__MIXIN_FABRIC_BLOCK": "#MIXIN_FABRIC_BLOCK",
"__MIXIN_QUILT_BLOCK": "#MIXIN_QUILT_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.19-forge": {
Expand Down Expand Up @@ -526,7 +527,7 @@
"tokens": {
"__MIXIN_FABRIC_BLOCK": "#MIXIN_FABRIC_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.19-forge-quilt": {
Expand Down Expand Up @@ -566,7 +567,7 @@
"tokens": {
"__MIXIN_QUILT_BLOCK": "#MIXIN_QUILT_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.19-forge-fabric-quilt": {
Expand Down Expand Up @@ -605,7 +606,7 @@
"tokens": {
"__MIXIN_QUILT_BLOCK": "#MIXIN_QUILT_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.19-forge-fabric-like": {
Expand Down Expand Up @@ -649,7 +650,206 @@
"__MIXIN_FABRIC_BLOCK": "#MIXIN_FABRIC_BLOCK",
"__MIXIN_QUILT_BLOCK": "#MIXIN_QUILT_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "\n\n mixinConfig \"examplemod-common.mixins.json\"\n mixinConfig \"examplemod.mixins.json\""
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.19.2-forge": {
"description": "1.19.2 Forge Template",
"templates": [
"templates/forge"
],
"tokens": {
"MINECRAFT": "1.19.2",
"JAVA_VERSION": "#JAVA_17",
"COMPILE_JAVA": "#COMPILE_JAVA_17",
"MCMETA_FORMAT": "9",
"YARN_MAPPINGS": {
"filter": "1\\.19\\.2\\+build\\..*",
"pom": "https://maven.fabricmc.net/net/fabricmc/yarn/maven-metadata.xml"
},
"FORGE": {
"filter": "1\\.19\\.2-.*",
"pom": "https://maven.minecraftforge.net/net/minecraftforge/forge/maven-metadata.xml"
},
"FORGE_LOADER_MAJOR": "43",
"MIXIN_COMPAT_LEVEL": "JAVA_17"
}
},
"1.19.2-forge-fabric": {
"description": "1.19.2 Forge-Fabric Template",
"templates": [
"templates/architectury",
"templates/architectury_fabric",
"templates/api_new"
],
"tokens": {
"MINECRAFT": "1.19.2",
"COMMON_MOD_LOADERS": "fabric,forge",
"INCLUDE_FABRIC_OR_QUILT": "include(\"fabric\")",
"JAVA_VERSION": "#JAVA_17",
"COMPILE_JAVA": "#COMPILE_JAVA_17_ARCH",
"__FABRIC_LOADER": "#FABRIC_LOADER",
"__FABRIC_LOADER_PROP": "#FABRIC_LOADER_PROP",
"MCMETA_FORMAT": "9",
"ARCHITECTURY_GROUP": "dev.architectury",
"ARCHITECTURY_PACKAGE": "dev.architectury",
"ARCHITECTURY_API": {
"filter": "6\\..*",
"pom": "https://maven.architectury.dev/dev/architectury/architectury/maven-metadata.xml"
},
"YARN_MAPPINGS": {
"filter": "1\\.19\\.2\\+build\\..*",
"pom": "https://maven.fabricmc.net/net/fabricmc/yarn/maven-metadata.xml"
},
"__FABRIC_API": {
"filter": ".*\\+1\\.19\\.2",
"pom": "https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api/maven-metadata.xml"
},
"__FABRIC_API_PROP": "#FABRIC_API_PROP",
"FORGE": {
"filter": "1\\.19\\.2-.*",
"pom": "https://maven.minecraftforge.net/net/minecraftforge/forge/maven-metadata.xml"
},
"FORGE_LOADER_MAJOR": "43"
}
},
"1.19.2-forge-fabric-mixin": {
"description": "1.19.2 Forge-Fabric Template with Mixins",
"templates": [
"templates/architectury",
"templates/architectury_fabric",
"templates/api_new",
"templates/mixin",
"templates/mixin_fabric"
],
"inherit_tokens": ["1.19.2-forge-fabric"],
"tokens": {
"__MIXIN_FABRIC_BLOCK": "#MIXIN_FABRIC_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.19.2-forge-quilt": {
"description": "1.19.2 Forge-Quilt Template",
"templates": [
"templates/architectury",
"templates/architectury_quilt",
"templates/api_new"
],
"inherit_tokens": ["1.19.2-forge-fabric"],
"tokens": {
"COMMON_MOD_LOADERS": "quilt,forge",
"INCLUDE_FABRIC_OR_QUILT": "include(\"quilt\")",
"__FABRIC_LOADER_PROP": "",
"__FABRIC_LOADER": "",
"__FABRIC_API_PROP": "",
"__FABRIC_API": "",
"__QUILT_LOADER_PROP": "#QUILT_LOADER_PROP",
"__QUILT_LOADER": "#QUILT_LOADER",
"__QUILT_FABRIC_API_PROP": "#QUILT_FABRIC_API_PROP",
"__QUILT_FABRIC_API": {
"filter": ".*\\-1\\.19\\.2",
"pom": "https://maven.quiltmc.org/repository/release/org/quiltmc/quilted-fabric-api/quilted-fabric-api/maven-metadata.xml"
}
}
},
"1.19.2-forge-quilt-mixin": {
"description": "1.19.2 Forge-Quilt Template with Mixins",
"templates": [
"templates/architectury",
"templates/architectury_quilt",
"templates/api_new",
"templates/mixin",
"templates/mixin_quilt"
],
"inherit_tokens": ["1.19.2-forge-quilt"],
"tokens": {
"__MIXIN_QUILT_BLOCK": "#MIXIN_QUILT_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.19.2-forge-fabric-quilt": {
"description": "1.19.2 Forge-Fabric-Quilt Template",
"templates": [
"templates/architectury",
"templates/architectury_fabric",
"templates/architectury_quilt",
"templates/api_new"
],
"inherit_tokens": ["1.19.2-forge-fabric"],
"tokens": {
"COMMON_MOD_LOADERS": "quilt,fabric,forge",
"INCLUDE_FABRIC_OR_QUILT": "include(\"fabric\")\ninclude(\"quilt\")",
"__QUILT_LOADER_PROP": "#QUILT_LOADER_PROP",
"__QUILT_LOADER": "#QUILT_LOADER",
"__QUILT_FABRIC_API_PROP": "#QUILT_FABRIC_API_PROP",
"__QUILT_FABRIC_API": {
"filter": ".*\\-1\\.19\\.2",
"pom": "https://maven.quiltmc.org/repository/release/org/quiltmc/quilted-fabric-api/quilted-fabric-api/maven-metadata.xml"
}
}
},
"1.19.2-forge-fabric-quilt-mixin": {
"description": "1.19.2 Forge-Fabric-Quilt Template with Mixins",
"templates": [
"templates/architectury",
"templates/architectury_fabric",
"templates/architectury_quilt",
"templates/api_new",
"templates/mixin",
"templates/mixin_fabric",
"templates/mixin_quilt"
],
"inherit_tokens": ["1.19.2-forge-fabric-quilt"],
"tokens": {
"__MIXIN_QUILT_BLOCK": "#MIXIN_QUILT_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
},
"1.19.2-forge-fabric-like": {
"description": "1.19.2 Forge-Fabric-Like Template",
"templates": [
"templates/architectury",
"templates/architectury_fabric",
"templates/architectury_quilt",
"templates/architectury_fabric_like",
"templates/api_new"
],
"inherit_tokens": ["1.19.2-forge-fabric"],
"tokens": {
"COMMON_MOD_LOADERS": "quilt,fabric,forge",
"INCLUDE_FABRIC_OR_QUILT": "include(\"fabric-like\")\ninclude(\"fabric\")\ninclude(\"quilt\")",
"__FABRIC_ADD_FABRICLIKE": "#FABRIC_ADD_FABRICLIKE",
"__QUILT_ADD_FABRICLIKE": "#QUILT_ADD_FABRICLIKE",
"__QUILT_LOADER_PROP": "#QUILT_LOADER_PROP",
"__QUILT_LOADER": "#QUILT_LOADER",
"__QUILT_FABRIC_API_PROP": "#QUILT_FABRIC_API_PROP",
"__QUILT_FABRIC_API": {
"filter": ".*\\-1\\.19\\.2",
"pom": "https://maven.quiltmc.org/repository/release/org/quiltmc/quilted-fabric-api/quilted-fabric-api/maven-metadata.xml"
}
}
},
"1.19.2-forge-fabric-like-mixin": {
"description": "1.19.2 Forge-Fabric-Like Template with Mixins",
"templates": [
"templates/architectury",
"templates/architectury_fabric",
"templates/architectury_quilt",
"templates/architectury_fabric_like",
"templates/api_new",
"templates/mixin",
"templates/mixin_fabric",
"templates/mixin_quilt"
],
"inherit_tokens": ["1.19.2-forge-fabric-like"],
"tokens": {
"__MIXIN_FABRIC_BLOCK": "#MIXIN_FABRIC_BLOCK",
"__MIXIN_QUILT_BLOCK": "#MIXIN_QUILT_BLOCK",
"MIXIN_COMPAT_LEVEL": "JAVA_17",
"__LOOM_FORGE_EXT": "#LOOM_FORGE_EXT"
}
}
}
Expand Down

0 comments on commit 4a3e779

Please sign in to comment.