ModDevGradle icon indicating copy to clipboard operation
ModDevGradle copied to clipboard

A Gradle plugin for developing Minecraft mods using NeoForge

Results 16 ModDevGradle issues
Sort by recently updated
recently updated
newest added

Nobody else seems to want this feature, but it would be immensely useful for niche cases considering NeoGradle has this feature out-of-the-box. Personally, I prefer Fabric's logging to NeoForge's, so...

This allows a much cleaner and simpler structure for including service-jars (i.e. core mods) based on including a secondary source set. We use the filename as the artifact id, and...

Adds a separate `net.neoforged.moddev.legacy` plugin that lives in a different sourceset and can be used to develop for Minecraft and Forge 1.17 to 1.20.1.

needs rebase

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

dependencies

The `build.gradle` line for `version` in the `neoForge` block explicitly requires a string. This is a problem for people who use version catalogues, because it doesn't allow resolution of the...

enhancement

Hi, I'm getting an error whenever I generate the javadocs through the `./gradlew build` command. I think it's being caused by not having access to certain NeoForge classes when trying...

Currently, trying to run `runClient` or start an IDE run results in: ``` [LWJGL] Platform/architecture mismatch detected for module: org.lwjgl JVM platform: Linux aarch64 21.0.4 OpenJDK 64-Bit Server VM v21.0.4+7-LTS...