Lemma Brummel

Results 36 comments of Lemma Brummel

yeah, and loading mods in several passes seems like a *wide* open door for issues, along with kinda destroying one of the main points of fabric loader.

As far as I can tell, no; `provides` is statically-defined and so wouldn't work for loaders that may provide arbitrary mods depending on what's in their loading directory.

As a tide-over till this gets around to being added to Fabric API, WorldEdit and Carpet could likely make a tiny/JiJ-able compat API to make sure they don't step on...

Attempting to use Java modules in Fabric Loader currently doesn't work, which is a major issue. We should look into how to properly add support.

ughhhh, really? thats garbage.

we should also *definitely* add an `Automatic-Module-Name` to Fabric API, and put it in the example mod as well. Would it be possible for Loom to automatically add that?

This is because cake can't be eaten directly and has to be placed as a block; it doesn't have the necessary information to display a food tooltip stored on the...

I called them `enchantment_boosters` back in VMulti on 1.16, which is what I created [MCDict](https://github.com/cottonmc/mcdict), the precursor to REAs, for.

`enchanting_boosters` sounds great!

Quilt component API 👀 👀 👀 Right now, there's not really anything to get components off of non-BE blocks/blockstates. This is, of course, a bit tough because blockstates aren't quite...