diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0965869..b9e4544 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,16 @@ jobs: loaders: | fabric quilt - game-versions: 1.19 + game-versions: | + 1.16.5 + 1.17 + 1.17.1 + 1.18 + 1.18.1 + 1.18.2 + 1.19 + 1.19.1 + 1.19.2 modrinth-dependencies: | fabric-api | depends java: 17 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 939b88b..a2ac300 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,6 +28,12 @@ "depends": { "fabric": "*", - "minecraft": "~1.19" + "minecraft": [ + "~1.16", + "~1.17", + "~1.18", + "~1.19" + ], + "java": "17" } }