Bump XSeries from 9.3.1 to 9.4.0 #15

Merged
dependabot[bot] merged 2 commits from dependabot/maven/com.github.cryptomorin-XSeries-9.4.0 into master 2023-09-13 08:09:19 +00:00
dependabot[bot] commented 2023-06-12 03:06:41 +00:00 (Migrated from github.com)

Bumps XSeries from 9.3.1 to 9.4.0.

Release notes

Sourced from XSeries's releases.

v9.4.0

Maven

<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>9.4.0</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.4.0") { isTransitive = false }
}

Warning Don't forget to shade the library.


Updated for v1.20

XMaterial Fixed matchXMaterial("BRICK") in older versions.

XSound Add support for playing a sound for multiple entities in a single task.

ReflectionUtils Added support for patch numbers.

XTag Added some missing materials.

Commits
  • e654b3a Merge pull request #213 from thomasmny/add-missing-wood-types
  • d9e2f11 Fix XTag.HANGING_SINGS
  • 7e19572 Add XTag.POTTERY_SHERDS and XTag.SMITHING_TEMPLATES
  • e8ac440 Differentiate between WALL_HANGING_SIGNS and HANGING_SIGNS
  • 1a719b8 Add cherry & bamboo wood types to XTag
  • 52b085b v9.4.0
  • f2be889 Merge pull request #212 from TheGaming999/patch-1
  • 5615b06 Update ReflectionUtils.java
  • a4384ca ReflectionUtils stuff
  • 80d6e68 XMaterial + Formatting (for some reasons)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [XSeries](https://github.com/CryptoMorin/XSeries) from 9.3.1 to 9.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CryptoMorin/XSeries/releases">XSeries's releases</a>.</em></p> <blockquote> <h2>v9.4.0</h2> <h3>Maven</h3> <pre lang="xml"><code>&lt;dependency&gt; &lt;groupId&gt;com.github.cryptomorin&lt;/groupId&gt; &lt;artifactId&gt;XSeries&lt;/artifactId&gt; &lt;version&gt;9.4.0&lt;/version&gt; &lt;/dependency&gt; </code></pre> <h3>Gradle</h3> <pre lang="kotlin"><code>repositories { mavenCentral() } dependencies { implementation(&quot;com.github.cryptomorin:XSeries:9.4.0&quot;) { isTransitive = false } } </code></pre> <blockquote> <p><strong>Warning</strong> Don't forget to <a href="https://github.com/CryptoMorin/XSeries#shading">shade</a> the library.</p> </blockquote> <hr /> <p>Updated for v1.20</p> <p>XMaterial Fixed matchXMaterial(&quot;BRICK&quot;) in older versions.</p> <p>XSound Add support for playing a sound for multiple entities in a single task.</p> <p>ReflectionUtils Added support for patch numbers.</p> <p>XTag Added some missing materials.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CryptoMorin/XSeries/commit/e654b3a28d69396d212e20202c66018e05bd57a1"><code>e654b3a</code></a> Merge pull request <a href="https://redirect.github.com/CryptoMorin/XSeries/issues/213">#213</a> from thomasmny/add-missing-wood-types</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/d9e2f11046261af2b8da6e76f07e752e1ec395fc"><code>d9e2f11</code></a> Fix <code>XTag.HANGING_SINGS</code></li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/7e1957267fdb70d7cfb66ded9d01321066bf1e0c"><code>7e19572</code></a> Add <code>XTag.POTTERY_SHERDS</code> and <code>XTag.SMITHING_TEMPLATES</code></li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/e8ac44046c9e91a342c2df36d6c8776c08869889"><code>e8ac440</code></a> Differentiate between <code>WALL_HANGING_SIGNS</code> and <code>HANGING_SIGNS</code></li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/1a719b86fd5ccd9966d02b6d41d28aa0a38d14b2"><code>1a719b8</code></a> Add cherry &amp; bamboo wood types to XTag</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/52b085bd4934b064190a0e2dce96c05412914d22"><code>52b085b</code></a> v9.4.0</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/f2be88941c27c5e94afacc2b75d60a2dd74659c3"><code>f2be889</code></a> Merge pull request <a href="https://redirect.github.com/CryptoMorin/XSeries/issues/212">#212</a> from TheGaming999/patch-1</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/5615b06a738d4e65ab3a5e740f2bbc2ec5724909"><code>5615b06</code></a> Update ReflectionUtils.java</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/a4384cace7abe05be0ba620f38fa358e9b5c475e"><code>a4384ca</code></a> ReflectionUtils stuff</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/80d6e68e5598feefd9fe1ccc8a49028d4bae2f54"><code>80d6e68</code></a> XMaterial + Formatting (for some reasons)</li> <li>Additional commits viewable in <a href="https://github.com/CryptoMorin/XSeries/compare/v9.3.1...v9.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.cryptomorin:XSeries&package-manager=maven&previous-version=9.3.1&new-version=9.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No description provided.