Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 30, 2024
1 parent e7abbb2 commit e1433b5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
mod_version=1.23.0
mod_version=1.24.0
group=org.cyclops.cyclopscore
java_version=21

Expand Down
29 changes: 29 additions & 0 deletions resources/changelog/1.21.1-1.24.0.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e1433b5

Please sign in to comment.