isXander / isXander/YetAnotherConfigLib
Recommended usage with jaredlll08/MultiLoader-Template?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 155
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
I don't want to duplicate generic config code across loaders (Fabric and NeoForge). I added YetAnotherConfigLib with implementation in common code and also loader-spesific code with modImplementation.
The thing is in common code (does not happen in loader-spesific code), Component.literal() from net.minecraft.network.chat.Component gives MutableComponent but YetAnotherConfigLib wants intermediary class_2561. I don't know why it does that...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the common code using implementation with the Fabric and NeoForge loader-specific code using modImplementation. Investigate the Component.literal() type and the YetAnotherConfigLib API referenced in the issue. Done means identifying why the common configuration produces MutableComponent versus intermediary class_2561 and documenting a supported setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100