-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
8840c42
commit 9165f5b
Showing
40 changed files
with
675 additions
and
839 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
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,22 +1,19 @@ | ||
# Gradle | ||
org.gradle.jvmargs=-Xmx3G | ||
org.gradle.daemon=false | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
|
||
# Mod | ||
mod_version=2.0-beta5 | ||
mod_group=top.theillusivec4.caelus | ||
mod_id=caelus | ||
mod_name=Caelus API | ||
mod_url=https://www.curseforge.com/minecraft/mc-mods/caelus | ||
mod_author=C4 | ||
mod_description=A coremod and API to provide developers access to elytra flight mechanics through an entity attribute. | ||
mod_icon=caelus_icon.png | ||
# Fabric Properties | ||
minecraft_version=1.16.1 | ||
yarn_mappings=1.16.1+build.1 | ||
loader_version=0.8.8+build.202 | ||
|
||
# Mod Properties | ||
mod_version=0.0.1-1.16.1 | ||
maven_group=top.theillusivec4.caelus | ||
archives_base_name=caelus-fabric | ||
|
||
# Dependencies | ||
version_minecraft=FORGE-1.16.1 | ||
version_forge=1.16.1-32.0.34 | ||
version_mcp=20200514-1.16 | ||
fabric_version=0.13.1+build.370-1.16 | ||
|
||
# Curse | ||
curse_id=308989 | ||
curse_release=beta | ||
curse_id=397876 | ||
curse_release=beta |
Binary file not shown.
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,6 +1,6 @@ | ||
#Wed Jul 01 02:12:49 PDT 2020 | ||
#Sat Jul 11 00:56:44 PDT 2020 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
pluginManagement { | ||
repositories { | ||
jcenter() | ||
maven { | ||
name = 'Fabric' | ||
url = 'https://maven.fabricmc.net/' | ||
} | ||
gradlePluginPortal() | ||
maven { url 'https://plugins.gradle.org/m2/' } | ||
} | ||
} |
Oops, something went wrong.