Skip to content

Commit

Permalink
Forge 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Byllfighter committed Dec 19, 2021
0 parents commit 4650cc2
Show file tree
Hide file tree
Showing 470 changed files with 19,404 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Gradle build system ignores
.gradle/
build/

# Other IDE related folders
.idea/
.settings/

# MCreator workspace
.mcreator/

# Minecraft client/server files
run/

# MacOS system files
.DS_STORE

# Other Files (In Eclipse)
.classpath
.project
Loading

0 comments on commit 4650cc2

Please sign in to comment.