Skip to content

2.4-RELEASE

Compare
Choose a tag to compare
@juliarn juliarn released this 13 Oct 15:14
7e85223

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>

Gradle

maven {
    name 'jitpack.io'
    url 'https://jitpack.io'
}

compile group: 'com.github.juliarn', name: 'npc-lib', version: '2.4-RELEASE'