aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2024-07-10Remove test log lineILikePlayingGames
2024-07-10Various buildscript improvementsILikePlayingGames
- Add DevAuth for logging into online mode servers (disabled by default) - Fill in mod version during build in ForgeModAPI.java - Fix gradle running out of memory during `gradlew setupDecompWorkspace` - Add some development tips to README.md - Change logging to log4j in ForgeModAPI.java
2024-07-08Update to Mod API 1.0Connor Linfoot
2024-06-16fix: remove location event packet always being registeredConnor Linfoot
2024-06-16fix: retain buffer for scheduled packet handlingConnor Linfoot
2024-06-16fix: missing Minecraft importConnor Linfoot
2024-06-16Update to 0.5.0Connor Linfoot
2024-06-16fix: Handle incoming packets on the main thread (#3)Connor Linfoot
2024-06-16fix: Hold reference to net handler to be able to send packets sooner (#2)Connor Linfoot
2024-05-18fix: mark HypixelPacketHandler as Sharable (#1)My-Name-Is-Jeff
2024-05-15Initial 0.4.0 implementation of the Forge Mod APIConnor Linfoot