Pyrofab

Results 11 issues of Pyrofab

Quite a few mods use specialized strings (like identifiers) in some way in their configuration, but the current string text fields are a bit lacking for that use. A few...

enhancement

Initially reported as Ladysnake/Requiem#217 Requiem allows possessing an entity, which causes it to render in place of the player. This is what the entity looks like before possession : ![Before...

enhancement

Built upon and supercedes #364

With the 1.15 snapshots coming out, we will have to support functionally identical versions that are only compatible with some Minecraft versions. As such, a way to tell the target...

talk

[Mo'Enchantments](https://www.curseforge.com/minecraft/mc-mods/fabric-more-enchantments) causes items to be duplicated when creating shells with pandemonium.

bug
mod interaction

In many instances, a mod that implements synced components also needs to send back messages to the server to affect the state of said components - typically in reaction to...

This RFC describes the details regarding the processor component of the ~~ASMR~~ CHASM system outlined in RFC 3 (#3). This document is still far from done, and will have to...

draft

Setting a comment for a config group was already possible using the builder, but it seems we forgot to add that capability to annotation processing.

enhancement

Changes: - [X] Implement backed (and deferred) config leaves to pick up on POJO mutations (#82) - [ ] Allow setting group comments using annotations (#78)

Currently, when using the config builder, client applications have to manually add every attribute and give it the right type. We should offer third-party libraries an easy and type-safe way...

enhancement