Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Bump npc-lib from 2.3-RELEASE to 2.5-RELEASE#1

Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/gradle/development/com.github.juliarn-npc-lib-2.5-RELEASE
Closed

Bump npc-lib from 2.3-RELEASE to 2.5-RELEASE#1
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/gradle/development/com.github.juliarn-npc-lib-2.5-RELEASE

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 5, 2021

Bumps npc-lib from 2.3-RELEASE to 2.5-RELEASE.

Release notes

Sourced from npc-lib's releases.

2.5-RELEASE

Changes:

  • Cleanup code, add a lot of docs
  • Add LabyMod modifier
  • Add PlayerNPCHideEvent and PlayerNPCShowEvent
  • Fix sneaking for 1.16 clients
  • Attempt to fix NPC invisibility bug

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.juliarn</groupId>
<artifactId>npc-lib</artifactId>
<version>2.5-RELEASE</version>
</dependency>

Gradle

maven {
    name 'jitpack.io'
    url 'https://jitpack.io'
}
compile group: 'com.github.juliarn', name: 'npc-lib', version: '2.5-RELEASE'

2.4-RELEASE

Changes:

  • Fix entity equipment packet for 1.16
  • Fixes regarding NPCs in different worlds
  • Method to exclude player from seeing the NPC

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.juliarn</groupId>
<artifactId>npc-lib</artifactId>
<version>2.4-RELEASE</version>
</dependency>
</tr></table>

... (truncated)

Commits

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 [npc-lib](https://github.com/juliarn/NPC-Lib) from 2.3-RELEASE to 2.5-RELEASE.
- [Release notes](https://github.com/juliarn/NPC-Lib/releases)
- [Commits](https://github.com/juliarn/NPC-Lib/commits)

---
updated-dependencies:
- dependency-name: com.github.juliarn:npc-lib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 5, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 22, 2021

Superseded by #7.

@dependabot dependabot bot closed this Dec 22, 2021
@dependabot dependabot bot deleted the dependabot/gradle/development/com.github.juliarn-npc-lib-2.5-RELEASE branch December 22, 2021 05:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants