question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Search for mods recursively

See original GitHub issue

I’d love to be able to organize my mods however I like within the “mods/” folder, so for example I could maintain a structure like this:

minecraft/
| mods/
  | lib/
    | fabric.jar
    | fabric-language-kotlin.jar
    | cloth.jar
    | crochet.jar
  | core/
    | roughly-enough-items.jar
    | modmenu.jar
  | content/
    | level-up-hp.jar
    | some-really-cool-mod.jar
  | utility/
    | lead-villagers.jar
    | some-tweaks-here.jar

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:10
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Pannoniaecommented, Nov 24, 2019

You can treat a folder named “disabled” as a special-case for disabled mods, and everything else as just a category.

1reaction
sfPlayer1commented, Jun 11, 2022

Recursive loading is currently only available with some customization, e.g. -Dfabric.addMods=mods effectively makes the whole folder recursively available

Read more comments on GitHub >

github_iconTop Results From Across the Web

c++ recursion with big numbers to find mod - Stack Overflow
Hi while practicing recursion I found an exercise to find modulos without using the % operator. So I wrote my function and everything...
Read more >
Closed form formula for repeated mods recursion
It seems to me that finding a closed formula (in a traditional sense) for this kind of problem is quite hard, and maybe...
Read more >
Recursive Resources - Mods - Minecraft - CurseForge
Recursive Resources is a mod that revamps the vanilla resource pack menu to be more ... Search pack names and description (supports the...
Read more >
How to recursively chmod all directories except files?
To recursively give directories read&execute privileges: find /path/to/base/dir -type d -exec chmod 755 {} +. To recursively give files read privileges:
Read more >
Modular exponentiation (Recursive) - GeeksforGeeks
Given three numbers a, b and c, we need to find (a b ) % c ... If we have to return the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found