diff --git a/CHANGELOG.md b/CHANGELOG.md index 006bb74..be4ff33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1 @@ -- Fixed refilling stack causing infinite loop on some recipes - - If you spot "Something went wrong trying to refill recipe. Too many iterations." in your log after installing this, let me know so that I can try to find the root cause -- Fixed a bug when compressing / decompressing items \ No newline at end of file +- Updated to Minecraft 1.21.4 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index fb2ad5b..d489bd3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ mod_id = craftingtweaks mod_name = Crafting Tweaks mod_main=CraftingTweaks description=Allows you to rotate, balance or clear the crafting matrix by the press of a button, in any (supported) crafting window. -version = 21.3.3 +version = 21.4.0 group = net.blay09.mods homepage=https://mods.twelveiterations.com/mc/craftingtweaks sources=https://github.com/TwelveIterationMods/CraftingTweaks @@ -18,16 +18,16 @@ modrinth_release_type = release modrinth_project_id = DMu0oBKf # Minecraft -minecraft_version = 1.21.3 -minimum_minecraft_version = 1.21.2 -minecraft_versions = 1.21.2,1.21.3 -minecraft_version_range = [1.21.2,) +minecraft_version = 1.21.4-pre1 +minimum_minecraft_version = 1.21.4-beta.1 +minecraft_versions = 1.21.4 +minecraft_version_range = [1.21.4,) pack_format_number = 18 java_version = 21 # Balm -balm_version = 21.3.1-SNAPSHOT -balm_version_range = [21.2.0,) +balm_version = 21.4.1-SNAPSHOT +balm_version_range = [21.4.0,) # Forge forge_version = 52.0.16 @@ -40,8 +40,8 @@ neoforge_version_range = [21.2.0-beta,) neoforge_loader_version_range = [1,) # Fabric -fabric_version = 0.106.1+1.21.3 -fabric_loader_version = 0.16.7 +fabric_version = 0.109.1+1.21.4 +fabric_loader_version = 0.16.9 # Dependencies mixin_version=0.8.5 @@ -52,7 +52,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false mod_author = BlayTheNinth credits = BlayTheNinth -kuma_version = [21.2,22) -neo_form_version = 1.21.3-20241023.131943 +kuma_version = [21.4,21.5) +neo_form_version = 1.21.4-pre1-20241120.190508 parchment_minecraft = 1.21 parchment_version = 2024.07.28 \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 933b231..80a6f01 100644 --- a/settings.gradle +++ b/settings.gradle @@ -43,7 +43,4 @@ plugins { id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' } -include("common") -include("fabric") -include("neoforge") -//include("forge") +include('common', 'fabric')