Skip to content

Commit

Permalink
Update Item-NBT-API to support Minecraft 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EverNife committed Oct 30, 2023
1 parent 0c49d2b commit efa5923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ dependencies {
//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
//and refactor the name under the 'resolutionStrategy' down there
implementation 'com.github.EverNife.Item-NBT-API:item-nbt-api:7d30eda0c5'
implementation 'com.github.EverNife.Item-NBT-API:nbt-data-api:7d30eda0c5'
implementation 'com.github.EverNife.Item-NBT-API:item-nbt-api:1d70990dab' //Oct 26, 2023
implementation 'com.github.EverNife.Item-NBT-API:nbt-data-api:1d70990dab' //Oct 26, 2023
implementation 'com.github.EverNife:functional-annotations:d26a567'
//END of NBT-API

Expand Down Expand Up @@ -149,8 +149,8 @@ shadowJar {
include(dependency('com.github.evernife:ChatMenuAPI:v1.1.3c'))
include(dependency('net.byteflux:libby-core:1.2.0'))
include(dependency('dev.triumphteam:triumph-gui:3.0.4-e2'))
include(dependency('com.github.EverNife.Item-NBT-API:item-nbt-api:7d30eda0c5'))
include(dependency('com.github.EverNife.Item-NBT-API:nbt-data-api:7d30eda0c5'))
include(dependency('com.github.EverNife.Item-NBT-API:item-nbt-api:1d70990dab')) //Oct 26, 2023
include(dependency('com.github.EverNife.Item-NBT-API:nbt-data-api:1d70990dab')) //Oct 26, 2023

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

0 comments on commit efa5923

Please sign in to comment.