mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 10:36:43 +00:00
Merge pull request #1 from simon987/master
Changed maven artifactID names
This commit is contained in:
commit
94c1d4689c
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>net.simon987.plugincubot</groupId>
|
<groupId>net.simon987.plugincubot</groupId>
|
||||||
<artifactId>Plugin Cubot</artifactId>
|
<artifactId>plugin-cubot</artifactId>
|
||||||
<version>1.2a</version>
|
<version>1.2a</version>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.simon987.server</groupId>
|
<groupId>net.simon987.server</groupId>
|
||||||
<artifactId>Server</artifactId>
|
<artifactId>server</artifactId>
|
||||||
<version>1.2a</version>
|
<version>1.2a</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
package net.simon987.cubotplugin;
|
|
||||||
|
|
||||||
public enum CubotAction {
|
|
||||||
IDLE,
|
|
||||||
DIGGING,
|
|
||||||
WALKING,
|
|
||||||
WITHDRAWING,
|
|
||||||
DEPOSITING
|
|
||||||
|
|
||||||
}
|
|
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>net.simon987.pluginmischw</groupId>
|
<groupId>net.simon987.pluginmischw</groupId>
|
||||||
<artifactId>Plugin Misc HW</artifactId>
|
<artifactId>plugin-misc-hw</artifactId>
|
||||||
<version>1.2a</version>
|
<version>1.2a</version>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.simon987.server</groupId>
|
<groupId>net.simon987.server</groupId>
|
||||||
<artifactId>Server</artifactId>
|
<artifactId>server</artifactId>
|
||||||
<version>1.2a</version>
|
<version>1.2a</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>net.simon987.pluginnpc</groupId>
|
<groupId>net.simon987.pluginnpc</groupId>
|
||||||
<artifactId>Plugin NPC</artifactId>
|
<artifactId>plugin-npc</artifactId>
|
||||||
<version>1.2a</version>
|
<version>1.2a</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.simon987.server</groupId>
|
<groupId>net.simon987.server</groupId>
|
||||||
<artifactId>Server</artifactId>
|
<artifactId>server</artifactId>
|
||||||
<version>1.2a</version>
|
<version>1.2a</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -20,7 +20,7 @@ public class NpcPlugin extends ServerPlugin implements GameObjectDeserializer {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public GameObject deserializeObject(JSONObject object) {
|
public GameObject deserializeObject(JSONObject object) {
|
||||||
;
|
|
||||||
int objType = (int) (long) object.get("type");
|
int objType = (int) (long) object.get("type");
|
||||||
|
|
||||||
if (objType == HarvesterNPC.ID) {
|
if (objType == HarvesterNPC.ID) {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>net.simon987.pluginplant</groupId>
|
<groupId>net.simon987.pluginplant</groupId>
|
||||||
<artifactId>Plugin Plant</artifactId>
|
<artifactId>plugin-plant</artifactId>
|
||||||
<version>1.2a</version>
|
<version>1.2a</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.simon987.server</groupId>
|
<groupId>net.simon987.server</groupId>
|
||||||
<artifactId>Server</artifactId>
|
<artifactId>server</artifactId>
|
||||||
<version>1.2a</version>
|
<version>1.2a</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>net.simon987.server</groupId>
|
<groupId>net.simon987.server</groupId>
|
||||||
<artifactId>Server</artifactId>
|
<artifactId>server</artifactId>
|
||||||
<version>1.2a</version>
|
<version>1.2a</version>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user