zml

Results 86 comments of zml

![Screenshot_20220315-193554_GitHub.png](https://user-images.githubusercontent.com/629092/158505427-206ad3d1-0150-4fb1-8ba1-812947a5abf2.png)

We do not produce Fabric's fork of Mixin -- the only reproductions that add information are those on *stock* Mixin.

With the new direction I'm taking for loaders to allow replacing the underlying implementation, I won't be able to directly expose this in 4.x. It should be possible to implement...

Looking into SnakeYAML, this should actually be possible -- we'll want to migrate from using their load/dump API to using their `compose`/`represent` APIs to give us more control. This will...

Turns out none of the toml libraries for java are both good and up to date. I'll probably have to write my own... Because of this, moved to 0.3

looks like TOML is close to providing an ABNF version of the specification. This should make writing a parser significantly easier. PR toml-lang/toml#236 to the spec provides the ABNF grammar....

no On Sat, Jul 17, 2021, at 04:51, Picono435 wrote: > > > Any ETA on this yet? > > > — > You are receiving this because you authored...

Ah yes, this is an issue I wrestled with a little while ago in 2f9630a62e1a8ef7d073b273d6ed9f30c9c19734. I think the definition for a likely list entry is too loose -- the logic...

This will be a bit of a fun balancing act for us. With 1.16, Mojang loads data packs before a server instance even exists, and does all command parsing at...

This is not strictly required to support ModLauncher 9 on the forge side, but it means we only have to deal with one revision of ModLauncher at a time, and...