-
I see in `build.gradle`, there is this section that's also in the Malmo `build.gradle` file:
```
dependencies {
classpath 'org.ow2.asm:asm:6.0'
classpath('com.github.SpongePowered:…
-
` > Could not resolve net.minecraftforge.gradle:ForgeGradle:3.0.143.
> Could not get resource 'https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/3.0.143/ForgeGrad…
-
I am using MineDojo, which shares some parts of the build.gradle file as MineRL. In particular, it has:
```
dependencies {
classpath 'org.ow2.asm:asm:6.0'
classpath('com.github.Spo…
-
The instructions for Gradle 6.2+ suggests using an `exclusiveContent` block, this however won't work with ForgeGradle as it prevents the `DeobfuscatingRepo` from providing the deobfuscated artifacts (…
-
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 f…
-
This was originally https://github.com/cc-tweaked/CC-Tweaked/discussions/1752. I'm afraid I don't use Architectury myself, just reporting what feels like a bug.
Consider the following setup:
- Mo…
-
MC: 1.8.9, Forge: 11.15.1.1902, MCP: stable_20
Setting editor to eclipse
Ran gradlew command: gradlew setupDecompWorkspace eclipse
This mapping 'stable_20' was designed for MC 1.8.8! Use at your …
-
Sry for the mouthful of a title, this is a pretty specific issue, also i produced this from inside ForgeGradle 3 and 5 and have been sent here https://github.com/MinecraftForge/ForgeGradle/issues/821 …
-
Hey, so I have been using Vigilance (and essential itself) for a while now, and when building I would always just drag the required dependencies into my final jar using winrar, but I've decided that i…
-
There is no normal guide for this. I want to create a mc 1.6.4 mod with it, how do I do it? Is it fabric-loom for forge? Does it replace forgegradle?