Fix Custom Recipe not being registered.

Fix conflict from api not working.
Add remove api for custom recipe, material group and conflict.
This commit is contained in:
alexcrea 2024-07-09 20:21:36 +02:00
parent a40d2c6530
commit 6f1e53f68e
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
8 changed files with 93 additions and 10 deletions

View file

@ -1,6 +1,7 @@
plugins {
kotlin("jvm") version "1.9.24"
java
id("org.jetbrains.dokka").version("1.9.20")
id("com.github.johnrengelman.shadow").version("7.1.2")
}