forked from Haven-King/glowcase
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17b3df5
commit a031fb2
Showing
3 changed files
with
47 additions
and
34 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,11 +1,25 @@ | ||
# Gradle Properties | ||
# Gradle | ||
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
org.gradle.caching=true | ||
org.gradle.parallel=true | ||
org.gradle.caching.debug=false | ||
org.gradle.configureondemand=true | ||
# Enable advanced multi-module optimizations (share tiny-remaper instance between projects) | ||
|
||
# Loom | ||
fabric.loom.multiProjectOptimisation=true | ||
# Mod Properties | ||
baseVersion = 1.3.2 | ||
branch = 1.21 | ||
|
||
# Mod Metadata | ||
group=dev.hephaestus | ||
id=glowcase | ||
name=Glowcase | ||
description=Blocks for showcasing mods! | ||
authors=HavenKing, ModFest | ||
contributors=quaternary, maximumpower55, LemmaEOF, TheEpicBlock, acikek, comp500, Patbox, AmyMialee | ||
homepage=https://modrinth.com/mod/glowcase | ||
issues=https://github.com/modfest/glowcase/issues | ||
sources=https://github.com/modfest/glowcase | ||
license=CC0-1.0 | ||
|
||
# Mod Version | ||
baseVersion=1.3.2 | ||
branch=1.21 |
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