Skip to content

2.5-RELEASE

Compare
Choose a tag to compare
@juliarn juliarn released this 13 May 21:24
· 31 commits to development since this release
807230b

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'