GregTech4/README.md

36 lines
1.5 KiB
Markdown
Raw Normal View History

# GregTech 4
2021-04-07 00:38:09 +02:00
### Rewritten port of GregTech 4 to Minecraft 1.7.10 with improved compat and bugfixes
#### Please REPORT any bugs, glitches or dupes!
2020-08-18 20:29:17 +02:00
2021-04-07 00:38:09 +02:00
**[Our website](https://nukepowered.info)**
2020-08-18 20:29:17 +02:00
2021-04-07 00:38:09 +02:00
[Discord Channel](https://discord.gg/bpvXStD)
2021-04-07 00:47:51 +02:00
For any questions or discussion about development, please use #dev channel in our discord group.
2021-04-07 00:38:09 +02:00
The mod is planned to keep original look of GregTech 4 with some technical improvements, time to time extra improvements could be done of visual(as UIs, textures), but not minor one. there was only one non-original thing implemented - Large plasma turbine, and was a reason.
## Features
- Optimized most of code, including any searching, loops, network and sync.
- Fixed and added various compat with other mod
- Some backports from GT5, as new meta generated items already was in code since v4.08s, removed old item as duplicates. Also backported Large Plasma turbine to avoid using multipile small plasma generators.
## 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
2021-04-07 00:38:09 +02:00
You are welcome to participate in development, but if you planning to **add something new** make sure you **disscussed it with @TheDarkDnKTv** before you started write actual code. Since policy is keeping original look, I can disagree with you about changes.
2021-01-31 07:10:02 +01:00
#### Setting up enviroment
```
2021-04-07 00:38:09 +02:00
git clone https://github.com/Nukepowered/GregTech4.git
gradlew setupDecompWorkspace
gradlew eclipse/idea
2021-01-31 07:10:02 +01:00
```
#### Building jar file
```
gradlew build
2021-01-31 07:10:02 +01:00
```