Skip to content

Commit

Permalink
Add ECForgeListener as dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
EverNife committed Jun 9, 2024
1 parent 08a06ba commit c362af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ dependencies {
implementation 'net.byteflux:libby-core:1.2.0'
implementation 'dev.triumphteam:triumph-gui:3.1.4-evernife-02'
implementation 'com.github.Carleslc.Simple-YAML:Simple-Yaml:1.8.4'
implementation "br.com.finalcraft:ECForgeListener:1.0.2"

//The Item-NBT-API required the maven repo 'https://repo.codemc.org/repository/maven-public/'
//because of the internal dependency 'de.tr7zw:functional-annotations'! As of 20/01/2023 the repo is down, lets use it direct from JitPack
Expand Down Expand Up @@ -151,6 +152,7 @@ shadowJar {
include(dependency('dev.triumphteam:triumph-gui:'))
include(dependency('com.github.EverNife.Item-NBT-API:item-nbt-api:')) //Oct 26, 2023
include(dependency('com.github.EverNife.Item-NBT-API:nbt-data-api:')) //Oct 26, 2023
include(dependency('br.com.finalcraft:ECForgeListener:'))

include(project(':modules:VersionedPlugins'))
include(project(':modules:v1_7_10'))
Expand Down

0 comments on commit c362af1

Please sign in to comment.