Skip to content

Commit a6e2acf

Browse files
committed
Remove 1.12 files, move to 1.15.2
1 parent 377dd71 commit a6e2acf

File tree

89 files changed

+319
-1731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+319
-1731
lines changed

.gitignore

+17-76
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,25 @@
1-
### Windows ###
2-
3-
thumbs.db
4-
*.db
5-
6-
### Java ###
7-
8-
*.class
9-
10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
12-
13-
# Package Files #
14-
*.war
15-
*.ear
16-
17-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
18-
hs_err_pid*
19-
20-
### Eclipse ###
21-
22-
*.pydevproject
23-
.metadata
24-
.gradle
25-
bin/
26-
tmp/
27-
*.tmp
28-
*.bak
29-
*.swp
30-
*~.nib
31-
local.properties
32-
.settings/
33-
.loadpath
34-
35-
# Eclipse Core
36-
.project
37-
38-
# External tool builders
39-
.externalToolBuilders/
40-
41-
# Locally stored "Eclipse launch configurations"
1+
# eclipse
2+
bin
423
*.launch
43-
44-
# CDT-specific
45-
.cproject
46-
47-
# JDT-specific (Eclipse Java Development Tools)
4+
.settings
5+
.metadata
486
.classpath
7+
.project
498

50-
# Java annotation processor (APT)
51-
.factorypath
52-
53-
# PDT-specific
54-
.buildpath
55-
56-
# sbteclipse plugin
57-
.target
58-
59-
# TeXlipse plugin
60-
.texlipse
61-
62-
### Intellij IDEA ###
63-
64-
*.iml
9+
# idea
10+
out
6511
*.ipr
6612
*.iws
13+
*.iml
14+
.idea
6715

68-
.idea/
69-
.idea_modules/
70-
71-
/out/
72-
eclipse/
73-
classes
74-
*.bat
75-
76-
### Minecraft ###
77-
/build/
78-
/run/
16+
# gradle
17+
build
18+
.gradle
7919

80-
libs
81-
GT2-2.09h
82-
backup
20+
# other
21+
eclipse
22+
run
8323

84-
terrain.png
24+
# Files from Forge MDK
25+
forge*changelog.txt

LICENSE.md

-165
This file was deleted.

0 commit comments

Comments
 (0)