diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index efad48f3..1ae09808 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,7 +20,7 @@ body: attributes: label: Dawn API version description: What version of the Dawn API are you using? - placeholder: ex. 3.3.0 + placeholder: ex. 3.4.0 validations: required: true - type: input @@ -28,7 +28,7 @@ body: attributes: label: Fabric API version description: What version of the Fabric API are you using? - placeholder: ex. 0.51.0+1.18.2 + placeholder: ex. 0.56.0+1.19 validations: required: false - type: textarea @@ -36,4 +36,4 @@ body: attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell \ No newline at end of file + render: shell diff --git a/build.gradle b/build.gradle index b575d8ab..833ef210 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.10-SNAPSHOT' + id 'fabric-loom' version '0.12-SNAPSHOT' } apply from: 'https://dawnteammc.github.io/resources/gradle_scripts/fabric-mod/java-17.gradle' @@ -24,4 +24,4 @@ dependencies { } compileOnly "com.google.code.findbugs:jsr305:3.0.2" -} \ No newline at end of file +} diff --git a/gradle.properties b/gradle.properties index e419f7dc..4970ffef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ github_name=Artisanat # CurseForge Metadata curseforge_slug=artisanat curseforge_id=399443 -curseforge_game_versions=1.18, 1.18.1, 1.18.2, Java 17, Fabric +curseforge_game_versions=1.19, Java 17, Fabric curseforge_embedded_libraries= curseforge_required_dependencies=fabric-api, dawn curseforge_optional_dependencies=columns @@ -25,17 +25,17 @@ curseforge_optional_dependencies=columns # Modrinth Metadata modrinth_slug=artisanat modrinth_id=QDxAP5Cp -modrinth_game_versions=1.18, 1.18.1, 1.18.2 +modrinth_game_versions=1.19 modrinth_mod_loaders=fabric -modrinth_required_dependencies=fabric-api, dawn +modrinth_required_dependencies=P7dR8mSH, meZK2DCX modrinth_optional_dependencies= # check these on https://fabricmc.net/versions.html -minecraft_version=1.18.2 -yarn_mappings=1.18.2+build.2 -loader_version=0.13.3 -fabric_version=0.48.0+1.18.2 +minecraft_version=1.19 +yarn_mappings=1.19+build.4 +loader_version=0.14.8 +fabric_version=0.57.0+1.19 # https://github.com/DawnTeamMC/DawnAPI -dawn_version=3.3.0 +dawn_version=3.5.0 # https://www.curseforge.com/minecraft/mc-mods/columns -columns_version=3697328 \ No newline at end of file +columns_version=3836307 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8f3eee6c..a2b6793c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,9 +19,9 @@ ] }, "depends": { - "minecraft": ">=1.18", + "minecraft": ">=1.19", "fabric": "*", - "dawn": ">=3.2.0" + "dawn": ">=3.4.0" }, "custom": { "modmenu": {