-
build.gradle:
```
buildscript {
repositories {
jcenter()
maven {
name = "forge"
url = "https://files.minecraftforge.net/maven"
}
}
…
s5bug updated
5 years ago
-
Could you update compile instructions for 1.13.x versions now that gradle 3 and forge 1.13.2 are out ?
Thank you
-
as of [IntelliJ IDEA 2018.3](https://blog.jetbrains.com/idea/2018/09/whats-new-in-intellij-idea-2018-3-eap2/) run configurations default to only allowing one instance, however `genIntellijRuns` doesn'…
-
You're using MCP mappings from 2017. `stable_39` is the latest 1.12.2 mapping. It's a lot newer and also marked stable.
Curious to hear why you're staying on these old mappings, as I'm sure you hav…
-
Hello,its me again, if you can't do minetweaker support,then can you give me gradlew libraries as in the screenshot only for 1.7.10? I can't do anything without these files
![tGWofVVMY9U](https://u…
-
Trying to apply forgegradle 3.0.90 fails with gradle 4.10 and higher. The problem itself is caused by https://github.com/amadornes/Artifactural. However, I'm reporting here as the repository seems ina…
-
Please include the following information in all issues:
* Minecraft Development for IntelliJ plugin version
Newest
* IntelliJ version
Newest
* Operating System (this has come up enough times to…
-
Device informations:
Windows 7
CPU i5-7500
GPU Intel(R) HD Graphics 630 (no GPU)
Python 3.5.1
JAVA 1.8.0_211
My code:
```
import minerl
import gym
env = gym.make('MineRLNavigateDense-v0')
…
-
I was wondering if anyone knows what the status of getting Baritone working with 1.13 world format and up.
-
When running `./gradlew idea genIntellijRuns --stacktrace` on a fresh pull of the repository (with submodules init), I get the following error:
```
Execution failed for task ':jGui:1.12:ideaModule…