Skip to content

Commit

Permalink
Update to 1.19 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugman76 authored Jul 8, 2022
2 parents 49ead39 + 3fd490a commit e04e101
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ 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
id: fabric-version
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
id: logs
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
render: shell
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -24,4 +24,4 @@ dependencies {
}

compileOnly "com.google.code.findbugs:jsr305:3.0.2"
}
}
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ 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

# 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
columns_version=3836307
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
]
},
"depends": {
"minecraft": ">=1.18",
"minecraft": ">=1.19",
"fabric": "*",
"dawn": ">=3.2.0"
"dawn": ">=3.4.0"
},
"custom": {
"modmenu": {
Expand Down

0 comments on commit e04e101

Please sign in to comment.