NeoGradle icon indicating copy to clipboard operation
NeoGradle copied to clipboard

Gradle plugin for NeoForge development

Results 40 NeoGradle issues
Sort by recently updated
recently updated
newest added

NeoGradle should include validation of Access Transformers to warn modders of incorrectly named classes, fields or methods in their AT files. This would also catch modders who forget to migrate...

enhancement

I'm currently working on migrating my mods over to the latest NeoForge versions and am running into some issues with NeoGradle 7 that I wasn't having on older versions. My...

Occasionally vscode enters into permanent refresh loop because of file watcher for `build/neoForm/neoFormJoined/unpacked/config/inject/mcp/client/Start.java` Reloading the window has ~50 % chance to stop it, always happens after clean import, during dev...

bug

If Vineflower runs out of memory, it'll skip a method and continue and ultimately return exit code 0, leading to an output.jar for which patching will fail (due to broken...

As the title states, cleaning in the same execution as building always fails due to an expected file getting cleaned away: ``` luke@luke-kubuntu:/tmp/MDK$ ./gradlew clean build To honour the JVM...

bug

While setting up the stock NeoForge MDK and enabling access transformers (This line) ``minecraft.accessTransformers.file rootProject.file('src/main/resources/META-INF/accesstransformer.cfg')`` If you forget to create the file, name it wrong or in my case pull...

bug

I'm working on porting a multi-mod workspace to NG7 with the following structure: - (root project) - hephaestus - core (standard Java library, doesn't interface with MC) - mod (FG7,...

enhancement

Processed resource files are in `build/resources`, but VSCode debugger uses the resources in `bin` directory, this causes the `mods.toml` cannot be parsed and fail to launch: ``` Exception in thread...

bug

NeoForged has plans to move to Mojmaps at runtime; obviously, this offers countless advantages. However, there are some pitfalls that can arise. Most notably, this means that vanilla classes will...

enhancement

``` > Task :create1.20.6ClientExtraJar UP-TO-DATE > Task :selectRawArtifactNg_dummy_ng.net.minecraft_client_1.20.6_client-extra UP-TO-DATE > Task :cacheVersionManifest1.20.6 UP-TO-DATE > Task :cacheVersionExecutableClient1.20.6 UP-TO-DATE > Task :cacheVersionExecutableServer1.20.6 UP-TO-DATE > Task :cacheVersionMappingsClient1.20.6 UP-TO-DATE > Task :cacheVersionMappingsServer1.20.6 UP-TO-DATE >...