https://github.com/t145/crankshaft
Collection of fun pistons
https://github.com/t145/crankshaft
Last synced: about 1 year ago
JSON representation
Collection of fun pistons
- Host: GitHub
- URL: https://github.com/t145/crankshaft
- Owner: T145
- License: apache-2.0
- Created: 2019-01-27T21:08:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T21:12:21.000Z (about 7 years ago)
- Last Synced: 2025-02-05T23:18:58.996Z (over 1 year ago)
- Language: Java
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

***
[](https://minecraft.curseforge.com/projects/elemental-creepers-redux)
---
**_Table of Contents_**
1. [Dependencies](https://github.com/T145/elementalcreepers#dependencies)
2. [Workspace Setup](https://github.com/T145/elementalcreepers#workspace-setup)
3. [Project License](https://github.com/T145/elementalcreepers#license)
4. [Dev Support](https://github.com/T145/elementalcreepers#support)
5. [Contributing](https://github.com/T145/elementalcreepers/blob/master/.github/CONTRIBUTING.md)
---
## Workspace Dependencies
> *([First-Time Git Setup](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup))*
### Windows
#### Using [Scoop](https://github.com/lukesampson/scoop/blob/master/README.md) *(Recommended)*
```bash
scoop bucket add java
scoop bucket add versions
scoop install git ojdkbuild8 gradle4
```
#### Using [Chocolatey](https://chocolatey.org/install)
```bash
choco install git
choco install jdk8
choco install gradle
```
### OSX
#### Using [Homebrew](https://brew.sh/)
```bash
# Git should be automatically installed alongside
# Homebrew through Apple's Command Line utilities
brew cask install java
brew install gradle
```
---
## Workspace Setup
### Eclipse
```bash
gradle setupEclipseWorkspace
gradle eclipse
```
Next, you'll need to install the [EditorConfig plugin](https://github.com/ncjones/editorconfig-eclipse#readme).
Navigate to `Help > Eclipse Marketplace`, and search for `editorconfig`.
There should only be one result: install it and you're all set.
### IntelliJ IDEA
```bash
gradle setupDecompWorkspace
gradle idea
```
> Be sure IDEA recognizes the `src/api/java` directory!
---
## License
Mod source code is licensed under the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0).
The actual workspace license is located in this project.
To use any mod assets, you may contatct [myself](https://github.com/T145) or the original creator for permission.
---
## Support
**Patreon**: [patreon.com/user=152139](https://www.patreon.com/user?u=152139)
**Paypal**: [paypal.me/T145](https://www.paypal.me/T145)
**Bitcoin**: `1qrrPQqfbfXLRqzS6jb7A7Mgnzz85Mjxu`
**Ethereum**: `0x9dbafc51abe8ce05cac6f8a39ebd4351706840b0`
**Litecoin**: `LiV9SfDjFYLFRCzf9wTf7ap8BuRF39J7PB`