Removed build-dependency to IPN
This commit is contained in:
parent
3c3a9c299f
commit
6148bdc451
3 changed files with 8 additions and 2 deletions
|
@ -41,7 +41,6 @@ dependencies {
|
|||
} else {
|
||||
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-api-fabric:${project.rei_version}"
|
||||
|
|
|
@ -18,4 +18,3 @@ fabric_version = 0.36.1+1.17
|
|||
bclib_version = 0.4.1
|
||||
rei_version = 6.0.264-alpha
|
||||
canvas_version = 1.0.+
|
||||
ipn_version=1.1.0
|
||||
|
|
8
src/main/java/org/anti_ad/mc/ipn/api/IPNIgnore.java
Normal file
8
src/main/java/org/anti_ad/mc/ipn/api/IPNIgnore.java
Normal 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 {}
|
Loading…
Add table
Add a link
Reference in a new issue