From e1433b574bf027e50cc2a6bdf5d953a316c34f15 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Mon, 30 Sep 2024 17:01:48 +0200 Subject: [PATCH] Bump mod version --- gradle.properties | 2 +- resources/changelog/1.21.1-1.24.0.txt | 29 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 resources/changelog/1.21.1-1.24.0.txt diff --git a/gradle.properties b/gradle.properties index ddbe90988e..355f9a7781 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -mod_version=1.23.0 +mod_version=1.24.0 group=org.cyclops.cyclopscore java_version=21 diff --git a/resources/changelog/1.21.1-1.24.0.txt b/resources/changelog/1.21.1-1.24.0.txt new file mode 100644 index 0000000000..ac7e9e2ca4 --- /dev/null +++ b/resources/changelog/1.21.1-1.24.0.txt @@ -0,0 +1,29 @@ +As always, don't forget to backup your world before updating! + +Additions: +* Improve multiloader support + * Support extended screen handlers in Fabric + * Add Fabric events for entity join, entity tick, and player join + * Add ILivingEntityRendererEvent for Fabric + * Add ILootTableModifyEvent for Fabric + * Add LootModifierConfigForge + * Migrate particles to common + * Add getCraftingRemainingItem to ItemStackHelpers + * Abstract ContainerTypeData to common + * Move NamedContainerProviderItem to common + * Move ItemGui to common + * Add gui helpers to common + * Move gui components to common + * Add ItemInventoryContainerCommon to common + * Move item location to common + * Move config command to common + * Migrate ring of fire and debug command to common + * Abstract packet handling across mod loaders + * Allow commands to be registered in common base mod + * Add world helpers to common + +Changes: +* Make DeferredHolderCommon work with IForgeRegistry + +Fixes: +* Fix loader-specific configurable types sometimes not working