Installation
For players
Section titled “For players”Myotus is mostly infrastructure. In most cases you install it because another mod depends on it.
Forge 1.20.1 runtime
Section titled “Forge 1.20.1 runtime”- Minecraft
1.20.1 - Java
17 - Forge
47.4.17 - Applied Energistics 2
15.4.10 - GuideME
20.1.11appears in the inspected source tree as a compile/runtime dependency
Optional integrations only become relevant when the matching mods are installed.
For developers
Section titled “For developers”Source tree
Section titled “Source tree”Location:
/mnt/f/IntelliJ/MyoCertus/Myotus_1_20_1Typical commands:
./gradlew build./gradlew runClient./gradlew runGameTestServerProject shape
Section titled “Project shape”The 1.20.1 codebase is a ForgeGradle mod project that uses:
mods.toml- access transformers
- Sponge Mixin Gradle
myotus-client.tomlfor client config state
If you are packaging or testing locally, treat this line as a normal Forge mod project rather than a published library artifact.