JoeMama

Results 4 issues of JoeMama

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...

library: core
t: new api

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...

library: core
t: new api
s: waiting for test

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...

new: module
library: data
t: new api
s: waiting for test

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...