-
Notifications
You must be signed in to change notification settings - Fork 7
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
6589ece
commit f3bc7a6
Showing
3 changed files
with
8 additions
and
13 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,9 +1,9 @@ | ||
#Tue Jun 11 13:34:58 UTC 2024 | ||
#Sat Aug 03 21:21:31 UTC 2024 | ||
mapping_version=1.20.1 | ||
version=1.0 | ||
mod_name=Zeta | ||
mc_version=1.20.1 | ||
mapping_channel=official | ||
mod_id=zeta | ||
build_number=20 | ||
build_number=21 | ||
dir_output=../Build Output/Zeta/ |
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,6 +1,6 @@ | ||
- mass recipe get can now also get tags | ||
- recipe crawl event will ignore catalyst items | ||
- Recipe crawl digestion will only target vanilla recipe types as to noc cause problems with unknown recipe types that could have some different interpretation | ||
- moved recipe handler methods in recipe digest event | ||
|
||
(sorry for triple 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 |
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