Skip to content

Commit

Permalink
feat!: update dependencies to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
reoseah committed Jun 9, 2023
1 parent 36b6847 commit f27c624
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ allprojects {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings loom.layered() {
officialMojangMappings()
parchment("org.parchmentmc.data:parchment-1.19.2:2022.10.09@zip")
parchment("org.parchmentmc.data:parchment-${project.parchment_version}@zip")
}
modImplementation "net.fabricmc:fabric-loader:${rootProject.loader_version}"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
}

var accessWidener = new File(rootProject.projectDir, 'src/main/resources/tree-hollows.accesswidener')
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
}

dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"

api project(path: ':', configuration: 'namedElements')
Expand Down
14 changes: 10 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,28 @@
org.gradle.jvmargs=-Xmx2G

# Mod Properties
# --------------
## {x-release-please-start-version}
mod_version=2.0.0
## {x-release-please-end}
maven_group=com.github.reoseah
archives_base_name=tree-hollows

# Dependencies
# ------------
minecraft_version=1.20

minecraft_version=1.19.3
# https://parchmentmc.org/docs/getting-started
# https://github.com/ParchmentMC/Parchment/branches
parchment_version=1.19.3:2023.03.12

# Fabric
# check these on https://fabricmc.net/develop/
loader_version=0.14.11
fabric_version=0.69.1+1.19.3
loader_version=0.14.21
fabric_version=0.83.0+1.20

modmenu_version=+

# Forge
forge_version=44.0.30
# https://files.minecraftforge.net/
forge_version=46.0.2

0 comments on commit f27c624

Please sign in to comment.