mirror of
https://github.com/ColdeZhang/Dominion.git
synced 2024-12-24 14:09:03 +08:00
修复了扩展领地时经济行为错误问题(如果你是1.35.9-beta版本请务必更新)
This commit is contained in:
parent
95d6d809b0
commit
f3c52fe8e5
10
pom.xml
10
pom.xml
@ -70,6 +70,10 @@
|
||||
<id>lunadeer-repo</id>
|
||||
<url>https://ssl.lunadeer.cn:14454/repository/maven-snapshots/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>MikeRepo</id>
|
||||
<url>https://repo.mikeprimm.com/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
@ -95,5 +99,11 @@
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>us.dynmap</groupId>
|
||||
<artifactId>dynmap-api</artifactId>
|
||||
<version>3.4-beta-3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user