-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7abbb2
commit e1433b5
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |