Compare commits

...

2 commits

Author SHA1 Message Date
8b5f97892c rename module 2024-12-22 10:53:35 -07:00
d8b2873cbc update gitignore 2024-12-22 10:53:16 -07:00
61 changed files with 7 additions and 7 deletions

12
.gitignore vendored
View file

@ -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/

View file

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -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")