aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hype/bbsentials/client/ToDisplayConfig.java
AgeCommit message (Collapse)Author
2023-10-12preperations to have a common code and different implementations for forge ↵HacktheTime
and fabric to ease up maintaining both versions
2023-09-18fixed mining eents ch block not affeting ch eventshackthetime
added chchest items mod menu code to use that config threaded the message execution to put lessload on the main thread. used the execution service for it.
2023-09-17extended the mod menu to mining events and chchestsHacktheTime
2023-09-03added packet communication to work now at least as base. not all features ↵HacktheTime
changed and therefore supported yet. first version working at least partially with the new server. fixed trapper yes via chat prompt action not working. changed the get getter of the string from messageOriginal in Chat.java to now use just messageOriginal.getString(). previosly removed everything in [] brackets.