File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments