Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamieswhiteshirt/clothesline-hooks
https://github.com/jamieswhiteshirt/clothesline-hooks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamieswhiteshirt/clothesline-hooks
- Owner: JamiesWhiteShirt
- License: mit
- Created: 2018-02-10T11:48:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T10:47:18.000Z (about 6 years ago)
- Last Synced: 2024-10-15T06:33:10.955Z (3 months ago)
- Language: Java
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Clothesline Hooks
[![Maven Repository](https://img.shields.io/maven-metadata/v/https/maven.jamieswhiteshirt.com/libs-release/com/jamieswhiteshirt/clothesline-hooks/maven-metadata.xml.svg)](https://maven.jamieswhiteshirt.com/libs-release/com/jamieswhiteshirt/clothesline-hooks/)Core mod component for [Clothesline](https://github.com/JamiesWhiteShirt/clothesline).
Clothesline Hooks is an independent mod that does nothing by itself, but adds some necessities to make Clothesline work.## Developing Clothesline Hooks
To get started, refer to the [MinecraftForge documentation](https://mcforge.readthedocs.io/en/latest/gettingstarted/).
## Usage
*These usage instructions are for Clothesline Hooks only.
See [Clothesline](https://github.com/JamiesWhiteShirt/clothesline) for usage of both Clothesline and Clothesline Hooks.*To use this mod in your workspace, add the following to your `build.gradle`:
```groovy
repositories {
maven {url "https://maven.jamieswhiteshirt.com/libs-release/"}
}dependencies {
deobfCompile "com.jamieswhiteshirt:clothesline-hooks:"
}
```Clothesline Hooks has an API, but it is currently unstable and with limited functionality.
The API is located in the `com.jamieswhiteshirt.clothesline.hooks.api` package.
Clothesline Hooks is designed to suit the needs of Clothesline only, so usage by other projects is not recommended.