generated from QuiltMC/quilt-template-mod
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tear everything out, repackage to
gay.debuggy
and prepare fabric po…
…rt for mc1.20(.1)
- Loading branch information
1 parent
19b645c
commit c3b3baf
Showing
130 changed files
with
85 additions
and
9,446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
# Gradle Properties | ||
org.gradle.jvmargs = -Xmx1G | ||
org.gradle.parallel = true | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.parallel=true | ||
|
||
# Fabric Properties | ||
# check these on https://fabricmc.net/develop | ||
minecraft_version=1.20.1 | ||
yarn_mappings=1.20.1+build.10 | ||
loader_version=0.16.9 | ||
|
||
# Mod Properties | ||
version = 3.6.0+1.20.4 | ||
maven_group = io.github.debuggyteam | ||
archives_base_name = architecture_extensions | ||
mod_version=4.0.0+mc1.20.1 | ||
maven_group=gay.debuggy | ||
archives_base_name=arch_ex | ||
|
||
# Dependencies are managed at gradle/libs.versions.toml | ||
# Dependencies | ||
fabric_version=0.92.3+1.20.1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
28 changes: 0 additions & 28 deletions
28
...main/java/io/github/debuggyteam/architecture_extensions/ArchExIntegrationContextImpl.java
This file was deleted.
Oops, something went wrong.
116 changes: 0 additions & 116 deletions
116
src/main/java/io/github/debuggyteam/architecture_extensions/ArchitectureExtensions.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/main/java/io/github/debuggyteam/architecture_extensions/BlockCreationCallback.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.