0xJoeMama
0xJoeMama
This PR adds: * NetworkChannels to the networking API. They started as a test for NetworkCodecs but ended up making me like them enough to make them public API. They...
This PR adds: * NetworkCodecs to the networking module. They are the equivalent to Codecs but are network safe. They do not send NBT but rather they use the builtin...
After 2 weeks of unhealthy head-banging I have finally finished this! This API adds: * A new module to the data library, called 'component'. * A new class on the...
While developing a mod loader as a side project for fun, I run into the following issue: Mixins requires a class node, which means that all classes passed through to...