For v1.4 (#10) (added support for 1.7.10).
This commit is contained in:
+1
-7
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>net.jitse</groupId>
|
||||
<artifactId>npclib-nms</artifactId>
|
||||
<version>1.3</version>
|
||||
<version>1.4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>npclib-nms-v1_7_R4</artifactId>
|
||||
@@ -25,11 +25,5 @@
|
||||
<version>2.8.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-all</artifactId>
|
||||
<version>4.0.23.Final</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@@ -36,6 +36,7 @@ public class NPC_v1_7_R4 extends NPC {
|
||||
|
||||
public NPC_v1_7_R4(JavaPlugin plugin, Skin skin, double autoHideDistance, List<String> lines) {
|
||||
super(plugin, skin, autoHideDistance, lines);
|
||||
// TODO: Add multi-line text support.
|
||||
this.name = lines.get(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user