-
-
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
9e452e0
commit 0a3dfa9
Showing
2 changed files
with
20 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
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,19 @@ | ||
As always, don't forget to backup your world before updating! | ||
|
||
Additions: | ||
|
||
Changes: | ||
* Add callback to ExtendedConfig for when the Forge registry entry has been registered | ||
* Manually emit confighandler crashes, as Forge swallows them | ||
|
||
Fixes: | ||
* Fix fluid containers appearing in all creative tabs | ||
* Fix crashes in SMP | ||
* Fix InventoryHelpers using null ItemStacks for re-adding stacks to players | ||
* Fix incorrect recipe type category id's | ||
* Fix block and item color registration crash | ||
* Fix block registration callback | ||
* Improve error logging for invalid grid recipe output items | ||
* Register dynamic item models at the correct time | ||
* Fix villager registration crash | ||
* Fix block and item color crash |