You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A GregTech Modern addon, adding some nice quality-of-life features.
3
3
4
-
Original template by [screret](https://github.com/screret), updated by [JuiceyBeans](https://github.com/JuiceyBeans)
4
+
## License
5
5
6
-
<hr>
6
+
All code is under LGPL3. Some parts were directly lifted from GregTech Modern.
7
7
8
-
## How do I make an addon for GregTech Modern?
9
-
Well for one, you WILL need to know Java to make an addon. There's no getting around this. A good starting point would be [MOOC](https://java-programming.mooc.fi/) or [W3Schools](https://www.w3schools.com/java/
10
-
)
11
-
12
-
Unfortunately, there isn't any official documentation so far for making GregTech Modern addons. There are a couple of mods you can look at to reference though!
Additionally, you may be able to find help on the [GregTech CEu Discord](https://discord.gg/bWSWuYvURP)!
22
-
23
-
<hr>
24
-
25
-
## This template comes packaged with [Spotless](https://github.com/diffplug/spotless)!
26
-
27
-
### 1. What is Spotless?
28
-
- Spotless keeps your code neatly formatted. It's essentially a grammar check for your code!
29
-
### 2. Can I choose not to use Spotless?
30
-
- Yes! Spotless is completely optional and will not affect your project by default
31
-
### 3. How do I run Spotless?
32
-
- You can run Spotless anytime by:
33
-
- Running the `spotlessApply` task from the Gradle tab in IntelliJ
34
-
- Installing the [Spotless Gradle plugin for IntelliJ](https://plugins.jetbrains.com/plugin/18321-spotless-gradle)
35
-
- Typing in `gradlew.bat :spotlessApply` if you're on Windows
36
-
- Typing in `bash gradlew :spotlessApply` if you're on Linux
37
-
### 4. So how do I check if Spotless has been applied to my code?
38
-
- Running `spotlessApply` will format all files for you automatically! If you want GitHub to check each commit for if Spotless has been run, you can add [this](https://github.com/Frontiers-PackForge/CosmicCore/blob/main-1.20.1-forge/.github/workflows/spotless.yml) and [this](https://github.com/Frontiers-PackForge/CosmicCore/blob/main-1.20.1-forge/.github/actions/build_setup/action.yml) to your project
8
+
Assets are licensed under MIT. The texture for the sterile cleaning maintenance hatch was edited from GregTech Modern's Cleaning maintenance hatch and the colors from the Sterilizing Filter Casing.
0 commit comments