Juuz

Results 95 issues of Juuz

enhancement
mod compatibility
fabric

![Example](https://cdn.discordapp.com/attachments/608088354042544139/647535407176613888/unknown.png)

bug
forge
fabric

Someone's mixin to `Block.getSoundGroup` throws an NPE and causes the game to crash while Adorn is initialising. This can possibly be fixed by refining `copySettingsSafely`, as it's designed to prevent...

bug
mod compatibility
fabric

![message](https://user-images.githubusercontent.com/6596629/69500560-f2710380-0f04-11ea-9172-2d8988ee4e43.png) - [ ] Blocks - Rendering - [ ] Models - [ ] BER - [ ] GUI - [ ] Recipes - [ ] Advancements

enhancement

The registries are currently called `STATUS_EFFECT` and `CONTAINER`. I think we should use the registered names for every registered object, which includes `Registry.MENU` and `Registry.STATUS_EFFECT` as well. (This change was...

discussion
refactor

Version: 2.1.0 This is inconsistent when compared to double-clicking in "inheritance", where it does work. Older issues like #53 also seems to imply that going to the member in question...

enhancement
merge me please
priority:low

When an item is in the head slot, if it's not an `ArmorItem`, it will be rendered using its model (or some other special code like with skulls). This also...

bug

See example project: https://github.com/Juuxel/duplicate-mods - There are two mod dependencies, a.jar and b.jar - a.jar has classes A, B - b.jar has classes A, B, C, D - When you...