isXander / isXander/YetAnotherConfigLib

Recommended usage with jaredlll08/MultiLoader-Template?

Open
#316 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.