[Feature] EMI Integration for Anvil- and Alloying Recipes
This commit is contained in:
parent
a4205f3440
commit
bb15db429d
13 changed files with 492 additions and 9 deletions
|
@ -21,6 +21,7 @@ repositories {
|
|||
maven { url 'https://maven.blamejared.com' }
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url 'https://maven.terraformersmc.com/releases' }
|
||||
maven { url 'https://maven.terraformersmc.com' }
|
||||
}
|
||||
|
||||
loom {
|
||||
|
@ -34,7 +35,8 @@ dependencies {
|
|||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||
|
||||
//useApi "vazkii.patchouli:Patchouli:1.16.4-${project.patchouli_version}"
|
||||
modCompileOnly "dev.emi:emi:${emi_version}"
|
||||
//modImplementation "dev.emi:emi:${emi_version}"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue