Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelaux authored Jul 5, 2024
1 parent 04baef7 commit fe1df45
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,16 @@
- [utils](utils)
### Mods that uses MindustryModCore
- [internal test mod](tests)
- [xstabux/Omaloon](https://github.com/xstabux/Omaloon)
- [Zelaux/ByteLogic](https://github.com/Zelaux/ByteLogic)
## Authors
- Zelaux
# PC Build Guide

1. Download IntelliJ IDEA.

2. Clone this repository.

3. When importing is end, go to IntelliJ console and type:

| Windows | MacOSX & Linux |
|-------------|----------------|
| gradlew jar | ./gradlew jar |

4. When compilation is end, your build will be in "build/libs"
Download
- [Zelaux](https://github.com/Zelaux), [nekit508](https://github.com/nekit508)
--------
## Gradle strict(better to use [gradle plugin](mindustryModGradlePlugin)):
(replace MODULE_NAME with the required module name)
```groovy
repositories{
maven{ url 'https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository' }//repo for arc & mindustry
maven{ url 'https://raw.githubusercontent.com/Zelaux/Repo/master/repository' }//repo for zelaux arc core
maven{ url 'https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository' }//repo for Arc & Mindustry
maven{ url 'https://raw.githubusercontent.com/Zelaux/Repo/master/repository' }//repo for MindustryModCore & ArcLibrary
}
dependencies {
Expand Down

0 comments on commit fe1df45

Please sign in to comment.