From b8e08e6c57328e46d81dfe25bdca7765c4064650 Mon Sep 17 00:00:00 2001 From: Florens Pauwels Date: Thu, 8 Apr 2021 18:27:57 +0200 Subject: [PATCH] Release --- CHANGELOG.md | 9 +++++++++ build.gradle | 17 +++-------------- gradle.properties | 4 ++-- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175391674..274f95b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle b/build.gradle index 6bffac7be..d18c2ba08 100644 --- a/build.gradle +++ b/build.gradle @@ -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 @@ -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 { diff --git a/gradle.properties b/gradle.properties index dd3323232..8c2edd8a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 @@ -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