MultiLoader-Template
MultiLoader-Template copied to clipboard
A template for a NeoForge + Fabric project setup using a Common source set.
Hello, I have attempted changing my common module to use fabric loom, but I get an error when running the game that I can't solve. The TLDR of why I...
Currently, parchment mappings cannot be used on MultiLoader-Template, as the Common project uses vanillagradle, which only supports mojang mappings. This means that when, for instance, navigating code in IntelliJ, code...
Hey I'm trying to implement a testmod for each fabric and forge. I tried multiple things now but I run into several problems when I try different things. Goal is...
Hello! I downloaded this template and wanted to use it. But firstly I wanted to update it to 1.21.1 from 1.21, when I updated, fabric works well, but task runClient...
1.21.1
- Moved minecraft from 1.21 to 1.21.1 - Updated fabric to 0.104.0+1.21.1 - Updated fabric loader to 0.16.5 - Updated Neoforge to 21.1.51 - Updated ModDevGradle to 2.0.30-beta - Modified...
Hello! When trying to build the project in IntelliJ I hit the following issue: ``` Could not find lwjgl-freetype-3.3.3-natives-macos-patch.jar (org.lwjgl:lwjgl-freetype:3.3.3). Searched in the following locations: https://repo.maven.apache.org/maven2/org/lwjgl/lwjgl-freetype/3.3.3/lwjgl-freetype-3.3.3-natives-macos-patch.jar ``` Looks like this...
:wave: Good afternoon! I'm Jonathan. I'm from the Forge team and I am the developer of ForgeGradle 7, Forge's new UserDev toolchain handler. As part of the stabilization of ForgeGradle...
We're having some extremely spurious mystery startup crashes in Patchouli tractable to the serviceloader, which uses code very similar to this code from multiloader-template: https://github.com/jaredlll08/MultiLoader-Template/blob/2450032d7e14b296df24c519d072310199a23f75/common/src/main/java/com/example/examplemod/platform/Services.java#L24-L26 I'm *guessing* that the problem...