diff options
| author | Alex <8379108+Alex33856@users.noreply.github.com> | 2025-07-07 18:49:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-07 18:49:56 -0400 |
| commit | 912cde5bf60e1ff6d887fbc4e26a153bfecc3711 (patch) | |
| tree | c389a086854ff4870febe1a7b6cc207e9f27c4c8 /gradle.properties | |
| parent | bf8f52a806474fc93757377bd312a6e97b627cdf (diff) | |
| download | Skyblocker-912cde5bf60e1ff6d887fbc4e26a153bfecc3711.tar.gz Skyblocker-912cde5bf60e1ff6d887fbc4e26a153bfecc3711.tar.bz2 Skyblocker-912cde5bf60e1ff6d887fbc4e26a153bfecc3711.zip | |
Add support for new shards in Search Overlay (#1427)
* Add support for new shards in Search Overlay
* Don't change id if not in bazaarstocks.json
* Use Bazaar Stocks for enchants
* Update NEU Repo, add Bazaar Stocks to ItemRepository, get ItemUtils#getNeuId() for attribute shards
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 1d884401..4719ef17 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ jei_version = 19.8.4.113 ## McDev Annotations (https://central.sonatype.com/artifact/com.demonwav.mcdev/annotations) mcdev_annotations_version = 2.1.0 ## neu repoparser (https://repo.nea.moe/#/releases/moe/nea/neurepoparser/) -repoparser_version = 1.6.0 +repoparser_version = 1.8.0 ## Networth Calculator (https://github.com/AzureAaron/networth-calculator) networth_calculator_version = 1.0.5 ## Legacy Item DFU (https://github.com/AzureAaron/legacy-item-dfu) |
