Skip to content

Commit

Permalink
Build for Minecraft 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
audaki committed Jun 12, 2023
1 parent 0fea377 commit fc23823
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.5] - 2023-06-13
- Built for Minecraft 1.20.1

## [2.0.4] - 2023-06-08
- Built for Minecraft 1.20

Expand Down
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

archivesBaseName = "${project.archives_base_name}--fabric-mc${project.minecraft_version}-"
archivesBaseName = "${project.archives_base_name}"
version = project.mod_version
group = project.maven_group

Expand All @@ -24,13 +24,7 @@ processResources {
}
}

tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
it.options.release = 17
}

java {
// Provide Decompiled Sources
withSourcesJar()
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
org.gradle.jvmargs=-Xmx4G

# Fabric Properties, @see https://fabricmc.net/develop
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
loader_version=0.14.21

# Mod Properties
mod_version = v2.0.4
mod_version = 2.0.5
maven_group = audaki.minecraft
archives_base_name = audaki_cart_engine
archives_base_name = ACE

0 comments on commit fc23823

Please sign in to comment.