Robin Lambertz
Robin Lambertz
@allanxp4 you're absolutely right. Mostly called it JIT API because that's what libnx called it, but it's a pretty misleading name :).
shameless self-plug : http://github.com/roblabla/libtransistor-rs
Just a small update, the relocation code is now written inside libtransistor, https://github.com/reswitched/libtransistor/blob/master/lib/crt0_common.c#L43
I don't mind at all, and it barely is a hijack considering the fact it is 100% on topic :) And that seems like an accurate list of what needs...
How does their format work when the output has more than one item (e.g. for wood => 4 wood slabs)
As I said in ProtoDef: What we need is a way to cast a varlong down. It's fine to decode everything as varlongs, but we'd need to specify what the...
Sure. The idea is that you'd have `["varnum", "u16"]` in protodef for a varshort, or `["varnum", "s16"]` for a signed varshort.
Well, it's already been mentioned, but I think this repo should keep using as much of the mojangian data as it possibly can. Given the guidelines (and the track record...
The problem with mods is that some mods modify the protocol in ways that, if we are not aware of, break our ability to communicate properly with the server. It's...
Field names are mostly taken from wiki.vg, ProtocolLib doesn't have any for them. I think using packet names from ProtocolLib is still a better idea, than coming up with our...