Removed build-dependency to IPN

This commit is contained in:
Frank Bauer 2021-10-17 18:45:35 +02:00
parent 3c3a9c299f
commit 6148bdc451
3 changed files with 8 additions and 2 deletions

View file

@ -41,7 +41,6 @@ dependencies {
} else { } else {
useApi "com.github.paulevsGitch:BCLib:${project.bclib_version}" useApi "com.github.paulevsGitch:BCLib:${project.bclib_version}"
} }
useApi "org.anti-ad.mc:inventory-profiles-next:fabric-1.17.1-${project.ipn_version}"
useOptional "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}" useOptional "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
useOptional "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}" useOptional "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}"

View file

@ -18,4 +18,3 @@ fabric_version = 0.36.1+1.17
bclib_version = 0.4.1 bclib_version = 0.4.1
rei_version = 6.0.264-alpha rei_version = 6.0.264-alpha
canvas_version = 1.0.+ canvas_version = 1.0.+
ipn_version=1.1.0

View file

@ -0,0 +1,8 @@
package org.anti_ad.mc.ipn.api;
import java.lang.annotation.*;
// Included from "Inventory Profiles Next" (https://github.com/blackd/Inventory-Profiles)
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface IPNIgnore {}