-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed common proxy not being initialized
- Loading branch information
1 parent
ad8b688
commit 17d6657
Showing
3 changed files
with
3 additions
and
8 deletions.
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,7 +1 @@ | ||
(sorry for double and delayed release, I messed up) | ||
- Major overhaul of zeta event system | ||
- Zeta events now directly delegate to forge events and the forge bus itself instead of having their own bus implementation | ||
- No longer are events fired by forge, intercepted by zeta, and then fired again by zeta, some time multiple times per event | ||
- These change should make the event system faster | ||
- Many events were also chanced to accomodate this change. | ||
- Notably event phasing has been standardized. This fixes issues where some events could be firing twice | ||
- fixed an issue with biome modifier serializers not being registered (issue from very last release) |
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