refactor to support 1.20-1.20.1 in one file

This commit is contained in:
nelle 2023-06-26 21:38:30 -06:00
parent 3aca257879
commit b454281374
6 changed files with 10 additions and 7 deletions

View file

@ -92,7 +92,7 @@ modrinth {
versionNumber = version // The (preferably SemVer) version of the mod. If not specified, it'll use the `version` declaration
versionType = "alpha" // This is the default -- can also be `beta` or `alpha`
uploadFile = remapJar // Tells Minotaur to use the remapped jar
gameVersions = ["1.20.1"] // An array of game versions the version supports
gameVersions = ["1.20", "1.20.1"] // An array of game versions the version supports
loaders = ["quilt"] // Self-explanatory.
changelog = projchangelog
dependencies { // A special DSL for creating dependencies

View file

@ -11,3 +11,6 @@
- Scrap Arc Furnace UI for now
- Add Pig Iron tools/Pig Iron Tool type
- Bump QSL version
[0.0.10]
- Refactor to support 1.20-1.20.1 in one file

View file

@ -14,7 +14,7 @@ projchangelog = Changelog!
# Modrinth Metadata
modrinth_slug= stellarworks
modrinth_id= 3WyZOm8r
modrinth_game_versions= 1.20.1
modrinth_game_versions= 1.20-1.20.1
modrinth_mod_loaders= quilt
#ignore

View file

@ -1,7 +1,7 @@
[versions]
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.1"
minecraft = "1.20"
quilt_mappings = "1.20+build.4"
quilt_loader = "0.19.1"
quilted_fabric_api = "7.0.3+0.83.1-1.20.1"

View file

@ -1,4 +1,4 @@
pluginManagement {
pluginManagement {
repositories {
maven {
name = 'Quilt'

View file

@ -29,11 +29,11 @@
},
{
"id": "quilted_fabric_api",
"versions": ">=7.0.2"
"versions": ">=7.0.3"
},
{
"id": "minecraft",
"versions": ">=1.19.4-"
"versions": ">=1.20-"
}
]
},