Update to CivModCore 1.8.2

This commit is contained in:
Alexander
2021-01-22 16:06:44 +00:00
parent 1be6f725e9
commit 8594297e4c
3 changed files with 3 additions and 3 deletions

View File

@@ -52,4 +52,4 @@ This uses the IPAddress library: https://seancfoley.github.io/IPAddress/
As of this writing it lacks a Maven resource, so I'm installing it manually like so:
mvn install:install-file -Dfile=IPAddress.jar -Dpackaging=jar -DgroupId=inet.ipaddr -DartifactId=IPAddress -Dversion=1.0.0
mvn install:install-file -Dfile=IPAddress.jar -Dpackaging=jar -DgroupId=inet.ipaddr -DartifactId=IPAddress -Dversion=1.0.0

View File

@@ -28,7 +28,7 @@
<dependency>
<groupId>vg.civcraft.mc.civmodcore</groupId>
<artifactId>CivModCore</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@@ -1,6 +1,6 @@
name: ${project.name}
version: ${project.version}
author: [ProgrammerDan]
author: ProgrammerDan
depend: [CivModCore]
softdepend: [IP-Check, NameLayer]
main: com.programmerdan.minecraft.banstick.BanStick