Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
23f49411
Commit
23f49411
authored
Jan 24, 2019
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update example to 19w03c and increase the memory for gradle.
parent
5898ba99
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
build.gradle
build.gradle
+4
-4
gradle.properties
gradle.properties
+2
-0
No files found.
build.gradle
View file @
23f49411
...
...
@@ -12,12 +12,12 @@ minecraft {
}
dependencies
{
minecraft
"com.mojang:minecraft:19w0
2a
"
mappings
"net.fabricmc:yarn:19w0
2a.12
"
modCompile
"net.fabricmc:fabric-loader:0.3.
2.92
"
minecraft
"com.mojang:minecraft:19w0
3c
"
mappings
"net.fabricmc:yarn:19w0
3c.6
"
modCompile
"net.fabricmc:fabric-loader:0.3.
3.101
"
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile
"net.fabricmc:fabric:0.1.4.7
1
"
modCompile
"net.fabricmc:fabric:0.1.4.7
8
"
}
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
...
...
gradle.properties
0 → 100644
View file @
23f49411
org.gradle.jvmargs
=
-Xmx1G #Done to increase the memory available to gradle.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment