mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Update to CivModCore 1.8.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user