diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index 24ade77d7..5f71ac6b6 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -41,7 +41,7 @@ dependencies { because "discord-rare-drop-notifier" } thirdParty("org.jsoup:jsoup:1.13.1") { - because "discord-rare-drop-notifier, drop-simulator, fire-beats, loot-table" + because "discord-rare-drop-notifier, drop-simulator, fire-beats, loot-table, loot-lookup" } thirdParty("com.miglayout:miglayout-swing:5.2") { because "drop-simulator" diff --git a/plugins/loot-lookup b/plugins/loot-lookup new file mode 100644 index 000000000..d002acc4c --- /dev/null +++ b/plugins/loot-lookup @@ -0,0 +1,2 @@ +repository=https://github.com/donth77/loot-lookup-plugin.git +commit=e5fdff4f97072a48b0be042367d0a381e5500bae \ No newline at end of file