From 88ed8cc77110fb0c396deeff5a4fd6fc607b8272 Mon Sep 17 00:00:00 2001 From: Yusuf Arfan Ismail Date: Thu, 19 Oct 2023 15:23:08 +0100 Subject: [PATCH] 1.20.1-1.0.6.1 (#128) --- CHANGELOG.md | 3 ++- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9acf371c..5f0aa1b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [1.20.1-1.0.6] - 2023-10-13 +## [1.20.1-1.0.6] - 2023-10-19 ### Added Ingot Fusion Enchanter (been in the works for a month with more than two rewrites) : ### This allows you to upgrade certain items. Currently only works with the MAGMA_STRIKE_PICKAXE. More to come in the future. @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. ### Issue with how the item recipes are being displayed in the custom tool crafting tables. Will be fixed in the future. ### Added support for enchanted items to be crafted in the custom crafting tables. ### Fixed some other issues I came across while testing. +### Big update coming soon adding thors hammer, and a few more exciting things. ## [1.20.1-1.0.5] - 2023-09-26 diff --git a/build.gradle.kts b/build.gradle.kts index 8d24c529..0cfdadaa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ plugins { project.group = "io.github.realyusufismail" -project.version = "1.20.1-1.0.6" +project.version = "1.20.1-1.0.6.1" base.archivesName.set("armourandtoolsmod")