From fe1df454348a159bcb59dce7ffbe9cec1cf089ff Mon Sep 17 00:00:00 2001 From: Zelaux <58040045+Zelaux@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:17:56 +0300 Subject: [PATCH] Update README.md --- README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 39d7066..90f330b 100644 --- a/README.md +++ b/README.md @@ -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 {