https://github.com/noaaan/matchbooks
https://github.com/noaaan/matchbooks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noaaan/matchbooks
- Owner: Noaaan
- License: mit
- Created: 2024-02-02T17:24:32.000Z (over 1 year ago)
- Default Branch: 1.20
- Last Pushed: 2024-10-03T10:01:21.000Z (9 months ago)
- Last Synced: 2025-01-03T03:36:05.758Z (6 months ago)
- Language: Java
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matchbooks
Matchbooks is a library which adds custom ingredient matchers to recipes.
This functionality originated from [Incubus Core.](https://github.com/Azzyypaaras/Incubus-Core)
## Setup
Include Matchbooks via Jitpack:
```gradle
repositories {
maven { url "https://maven.is-immensely.gay/releases" }
}
dependencies {
implementation 'de.dafuqs:Matchbooks:0.1.0'
}
```## Usage
For usage refer to the GitHub Wiki: https://github.com/Noaaan/Matchbooks/wiki
Here is the list of currently supported matches:
- Int
- IntRange
- Float
- Long
- Short
- Byte
- String
- Boolean
- Enchantment