Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
florensie committed Apr 8, 2021
1 parent 199f2a8 commit b8e08e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

## [3.2.0] - 2021-04-08
### Changed
- You can now equip multiple of the same artifacts (eg. 2 power gloves)
- In most cases this will not amplify the effects over just one

### Fixed
- There is a slight chance a desync issue with other trinkets was fixed
- See here for details: https://github.com/emilyalexandra/trinkets/issues/68

## [3.1.0] - 2021-03-27
### Added
- Haema: Don't burn when you're holding up an Umbrella
Expand Down
17 changes: 3 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,8 @@ repositories {
maven { url = "https://maven.terraformersmc.com" }
maven { url = "https://maven.shedaniel.me/" }
maven { url = "https://www.cursemaven.com" }
maven {
name = "dblsaiko"
url = "https://maven.dblsaiko.net/"
}
maven {
name = "Cotton"
url = "http://server.bbkr.space:8081/artifactory/libs-release/"
}
// Leave this as lowest priority
maven {
name = "JitPack"
url = "https://jitpack.io"
}
maven { url = "https://maven.florens.be" }
maven { url = "https://jitpack.io" } // Leave this as lowest priority
}

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -71,7 +60,7 @@ dependencies {

// Dev runtime
testmodImplementation sourceSets.main.output
modRuntime "com.github.florensie:auto-load:${project.autoload_version}"
modRuntime "be.florens:autoload-fabric:${project.autoload_version}"
}

processResources {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yarn_mappings=1.16.5+build.6
loader_version=0.11.3

# Mod Properties
mod_version=3.1.0+fabric
mod_version=3.2.0+fabric
maven_group=artifacts
archives_base_name=artifacts

Expand All @@ -24,7 +24,7 @@ step_height_attr_version=v1.0.1
rei_version=5.10.184

# Dev runtime
autoload_version=1.0.0
autoload_version=1.1.3

# Compat
origins_version=0.6.2
Expand Down

0 comments on commit b8e08e6

Please sign in to comment.