Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v2' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelaux committed Nov 7, 2024
2 parents 714e260 + c773852 commit dbcc8ba
Show file tree
Hide file tree
Showing 5 changed files with 735 additions and 55 deletions.
25 changes: 5 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,28 @@
---
`MindusryModCore` is the core of Mindustry's Java mod for easy modding.
### Modules
- [gradle plugin](mindustryModGradlePlugin)
- [annotations](annotations)
- [blocks](blocks)
- [core](core)
- [customBlockShape](customBlockShape)
- [graphics](graphics)
- [gradle plugin](mindustryModGradlePlugin)
- [plugins](plugins)
- [tiledStructured](tiledStructured)
- [tiledStructures](tiledStructures)
- [tools](tools)
- [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
Loading

0 comments on commit dbcc8ba

Please sign in to comment.