Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
MehVahdJukaar committed Aug 3, 2024
1 parent 6589ece commit f3bc7a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions build.properties
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/
12 changes: 6 additions & 6 deletions changelog.txt
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
5 changes: 0 additions & 5 deletions src/main/java/org/violetmoon/zeta/client/ClientTicker.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@ public void onEndClientTick(ZClientTick.End event) {
ticksInGame++;
}
}

@PlayEvent
public void pre(ZRenderGuiOverlay.ChatPanel.Pre event) {
int aa = 1;
}
}

0 comments on commit f3bc7a6

Please sign in to comment.