#build.gradle loom
13 messages ยท Page 1 of 1 (latest)
You can use codeblocks in discord as shown below:
```java
code
```
You can also specify the syntax highlighting to use by specifying the language after the last backtick (`) on the top.
I see nothing wrong here
You likely need your IDE to reload your project or something.
Sure post the logs, it may help ๐
Yea that log is incomplete.
Well there you have it ๐
java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'modid'!
Basically your mod cannot be run due there being errors in your code (compile) or configuration (run-time)
First determine which one it is, I assume the error occurs when you try to test the mod?
download template mod and start again (dont change anything)
you can change that before you download template mod