/Matchbooks

Primary LanguageJavaMIT LicenseMIT

Matchbooks

Matchbooks is a library which adds custom ingredient matchers to recipes.

This functionality originated from Incubus Core.

Setup

Include Matchbooks via Jitpack:

    repositories {
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
		
	dependencies {
	        implementation 'com.github.Noaaan:Matchbooks:1.20-SNAPSHOT'
	}

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