Skip to content

Commit df5f8e6

Browse files
committed
Simple update to mc1.12 it seems
1 parent edde72b commit df5f8e6

2 files changed

Lines changed: 31 additions & 6 deletions

File tree

.editorconfig

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Editorconfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
charset = utf-8
9+
indent_style = tab
10+
indent_size = 4
11+
end_of_line = lf
12+
insert_final_newline = true
13+
continuation_indent_size = 8
14+
15+
[*.java]
16+
indent_style = tab
17+
indent_size = 4
18+
19+
[*.xml]
20+
indent_style = tab
21+
indent_size = 2
22+
23+
[*.yml]
24+
indent_style = space
25+
indent_size = 2

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<groupId>com.github.igotyou</groupId>
66
<artifactId>FactoryMod</artifactId>
77
<packaging>jar</packaging>
8-
<version>2.3.4</version>
8+
<version>2.4.0</version>
99
<name>FactoryMod</name>
10-
<url>https://github.com/Civcraft/FactoryMod</url>
10+
<url>https://github.com/DevotedMC/FactoryMod</url>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -34,25 +34,25 @@
3434
<dependency>
3535
<groupId>org.spigotmc</groupId>
3636
<artifactId>spigot</artifactId>
37-
<version>1.11-R0.1-SNAPSHOT</version>
37+
<version>1.12-R0.1-SNAPSHOT</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
<dependency>
4141
<groupId>vg.civcraft.mc.namelayer</groupId>
4242
<artifactId>NameLayer</artifactId>
43-
<version>2.10.0</version>
43+
<version>2.11.0</version>
4444
<scope>provided</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>vg.civcraft.mc.citadel</groupId>
4848
<artifactId>Citadel</artifactId>
49-
<version>3.8.00</version>
49+
<version>3.9.0</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>vg.civcraft.mc.civmodcore</groupId>
5454
<artifactId>CivModCore</artifactId>
55-
<version>1.5.11</version>
55+
<version>1.6.0</version>
5656
<scope>provided</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)