From e0cce5f9edb4b531e21cb289dedb64aadb7c562c Mon Sep 17 00:00:00 2001 From: IThundxr Date: Sat, 16 Dec 2023 12:30:59 -0500 Subject: [PATCH] bump version --- changelog/1.2.11.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelog/1.2.11.md diff --git a/changelog/1.2.11.md b/changelog/1.2.11.md new file mode 100644 index 00000000..74938084 --- /dev/null +++ b/changelog/1.2.11.md @@ -0,0 +1,4 @@ +## Create: Enchantment Industry 1.2.10 + +### Update +- Fix items in the right most slot being dropped when clicked inside the Printing Guide menu diff --git a/gradle.properties b/gradle.properties index 55b6b24d..9fc1bfc0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G # Mod Info maven_group = plus.dragons.createenchantmentindustry archives_base_name = create_enchantment_industry -mod_version = 1.2.10 +mod_version = 1.2.11 minecraft_version = 1.20.1