From f2c12c77e4fe05a29a08fef9f35ac6f6a32f42d9 Mon Sep 17 00:00:00 2001 From: zabi94 Date: Sat, 9 Mar 2024 11:31:42 +0100 Subject: [PATCH] v1.11.3 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28badf1..bf473e8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Heated blocks and Heat conductors can all be configured through Minecraft datapa Rings can be configured through datapack recipes similar to the ones included in this mod. Cost, length and reapplication time are all defined there. Ring recipes are automatically synchronized to the clients. Setting a ring to produce a potion without status effects (eg: awkward, water, mundane, thick) will disable the recipe instead. [Example](https://github.com/zabi94/ExtraAlchemy/tree/1.16-fabric/src/main/resources/data/extraalchemy/recipes/ring_recipes) ## Support -The main development focus is now 1.15 and 1.16, with version 1.12 only updated to fix bugs and version 1.14 discontinued due to low interest and the high effort required. +Development will only be done on the latest version of the modloader/minecraft, with older versions being discontinued. A version for the forge mod loader is NOT available and will probably never be. **Ports to the forge mod loader are not allowed**, and I don't want to get in touch with people asking me for permissions, wishing to discuss, asking my reasons or any other 1.13+ forge related topic. ## Dependencies diff --git a/gradle.properties b/gradle.properties index b31e56e..71d4474 100755 --- a/gradle.properties +++ b/gradle.properties @@ -19,6 +19,6 @@ cardinal_components_version=5.4.0 #nbttt_version=3595757 #flk_version=3364215 -mod_version = 1.11.2 +mod_version = 1.11.3 maven_group = zabi.minecraft.extraalchemy archives_base_name = extraalchemy-fabric