Juuz

Results 108 comments of Juuz

I think `StatusEffectCategory` still works for what it does. (we don't have to follow entity naming in status effects)

There's in fact a 0-arg `of` already in Yarn, `DefaultedList.of`: https://github.com/FabricMC/yarn/blob/1d4e5813b5c4d85eb9e4f3b2926dcfaa5da7a20e/mappings/net/minecraft/util/collection/DefaultedList.mapping#L12 I do agree that it should probably be changed (and in this case, given a more descriptive name to...

`yarnWithoutUnpick` would be fine, I guess.

> The product mapping file is smaller due to mapping io skipping over meaningless mappings (e.g. ignore wholesale when named, intermediary, official are all same, skipping named when it does...

> Given that there are fewer blocks with the BLOCK_ prefix, I'd be happy to create a PR which gets rid of the prefix altogether, as from context in #402...

The issue is (was?) that Enigma couldn't find the usages of private fields inside inner classes that were referenced from the containing class, which is fully legal in Java. Based...

@Tawhirimatea5 You're most likely using a 1.19.2 version of a mod that is built for Architectury API 6 while running MC 1.19 and Architectury 5. Check that for example your...

IMO this should only be done to the example mod once Loader has the ability to specify the dependencies more precisely, including urls. Currently, users even get confused with where...

> This could have been avoided by naming it `fabric-api` instead of `fabric`, but too late to fix that I guess. (*sigh*) There's an API PR for this (it can...

This is still an issue in 1.19. While originally resolved in #963 with the armor texture API, it was never included in the 1.17 branch for some reason. Instead, it...