Compare commits
2 commits
389faa3310
...
8b5f97892c
Author | SHA1 | Date | |
---|---|---|---|
8b5f97892c | |||
d8b2873cbc |
12
.gitignore
vendored
|
@ -23,12 +23,12 @@ MC20-20.4/classes/
|
|||
MC20-20.4/src/main/generated/.cache/
|
||||
MC20-20.4/run/
|
||||
|
||||
MC21.2/.gradle/
|
||||
MC21.2/build/
|
||||
MC21.2/out/
|
||||
MC21.2/classes/
|
||||
MC21.2/src/main/generated/.cache/
|
||||
MC21.2/run/
|
||||
MC21.2-21.4/.gradle/
|
||||
MC21.2-21.4/build/
|
||||
MC21.2-21.4/out/
|
||||
MC21.2-21.4/classes/
|
||||
MC21.2-21.4/src/main/generated/.cache/
|
||||
MC21.2-21.4/run/
|
||||
|
||||
# Quilt Loom
|
||||
legacy/remappedSrc/
|
||||
|
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
|
@ -33,4 +33,4 @@ plugins {
|
|||
// Learn more about structuring projects with Gradle - https://docs.gradle.org/8.7/userguide/multi_project_builds.html
|
||||
include(":MC20.5-21.1")
|
||||
include(":MC20-20.4")
|
||||
include("MC21.2")
|
||||
include("MC21.2-21.4")
|
||||
|
|