GregTech4/README.md

21 lines
418 B
Markdown
Raw Normal View History

# GregTech 4
Port of GregTech 4 to Minecraft 1.7.10 with improved compat and bugfixes
2020-08-18 20:29:17 +02:00
Our website [click](https://nukepowered.info)
Permissions from GregoriusT
2020-08-18 20:30:05 +02:00
![Screenshot](permission.png)
2021-01-31 07:10:02 +01:00
## Contributing & Build guide
#### Setting up enviroment
```
1. git clone https://github.com/Nukepowered/GregTech4.git
2. gradlew setupDecompWorkspace
3. gradlew eclipse/idea
2021-01-31 07:10:02 +01:00
```
#### Building jar file
```
gradlew build
2021-01-31 07:10:02 +01:00
```