From dc4bf8b421cf5e59fce4e7aac4e5690c02a8753a Mon Sep 17 00:00:00 2001 From: IThundxr Date: Tue, 3 Dec 2024 07:18:11 -0500 Subject: [PATCH 1/4] Update create --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0333a88..35ed6a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ loom.ignoreDependencyLoomVersionValidation=true # Mod Info archives_base_name = CreateNumismatics -mod_version = 1.0.8 +mod_version = 1.0.9 maven_group = dev.ithundxr.createnumismatics minecraft_version = 1.20.1 @@ -26,7 +26,7 @@ forge_version = 47.1.43 # Create - Fabric # https://modrinth.com/mod/create-fabric/versions -create_fabric_version = 0.5.1-j-build.1604+mc1.20.1 +create_fabric_version = 0.5.1-j-build.1609+mc1.20.1 # Create - Forge # https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create From 5e4ec527652fd394d1e62f5d7d444e856196b63e Mon Sep 17 00:00:00 2001 From: IThundxr Date: Tue, 3 Dec 2024 07:18:50 -0500 Subject: [PATCH 2/4] Update changelog --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 59e06aa..d0675f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ ------------------------------------------------------ +Numismatics 1.0.9 +------------------------------------------------------ +Changes +- Update to Create Fabric 0.5.1-j Patch 2 +------------------------------------------------------ Numismatics 1.0.8 ------------------------------------------------------ Fixes From f4455fdc74475e422111c1e584cec29ff7b8f6a3 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Wed, 11 Dec 2024 10:03:32 -0500 Subject: [PATCH 3/4] Update changelog and create fabric --- changelog.md | 5 +++++ gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index d0675f3..116c58b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ ------------------------------------------------------ +Numismatics 1.0.19 +------------------------------------------------------ +Changes +- Update to Create Fabric 0.5.1-j Patch 3 +------------------------------------------------------ Numismatics 1.0.9 ------------------------------------------------------ Changes diff --git a/gradle.properties b/gradle.properties index 35ed6a7..5e4417f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ loom.ignoreDependencyLoomVersionValidation=true # Mod Info archives_base_name = CreateNumismatics -mod_version = 1.0.9 +mod_version = 1.0.10 maven_group = dev.ithundxr.createnumismatics minecraft_version = 1.20.1 @@ -26,7 +26,7 @@ forge_version = 47.1.43 # Create - Fabric # https://modrinth.com/mod/create-fabric/versions -create_fabric_version = 0.5.1-j-build.1609+mc1.20.1 +create_fabric_version = 0.5.1-j-build.1631+mc1.20.1 # Create - Forge # https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create From 06322f1c139d232839b64e157a4d69f5334899d3 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Wed, 11 Dec 2024 10:04:40 -0500 Subject: [PATCH 4/4] fix changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 116c58b..a13d786 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ ------------------------------------------------------ -Numismatics 1.0.19 +Numismatics 1.0.10 ------------------------------------------------------ Changes - Update to Create Fabric 0.5.1-j Patch 3