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
e79420b9
Commit
e79420b9
authored
Dec 22, 2018
by
Adrian Siekierka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Loom, Fabric
parent
f74f4185
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
build.gradle
build.gradle
+4
-4
settings.gradle
settings.gradle
+1
-1
No files found.
build.gradle
View file @
e79420b9
plugins
{
plugins
{
id
'fabric-loom'
version
'0.
1
.0-SNAPSHOT'
id
'fabric-loom'
version
'0.
2
.0-SNAPSHOT'
}
}
sourceCompatibility
=
1.8
sourceCompatibility
=
1.8
...
@@ -13,9 +13,9 @@ minecraft {
...
@@ -13,9 +13,9 @@ minecraft {
dependencies
{
dependencies
{
minecraft
"com.mojang:minecraft:18w50a"
minecraft
"com.mojang:minecraft:18w50a"
mappings
"net.fabricmc:yarn:18w50a.5
6
"
mappings
"net.fabricmc:yarn:18w50a.5
9
"
modCompile
"net.fabricmc:fabric-loader:0.
2.0.71
"
modCompile
"net.fabricmc:fabric-loader:0.
3.0.73
"
// Fabric API. This is technically optional, but you probably want it anyway.
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile
"net.fabricmc:fabric:0.1.1.
58
"
modCompile
"net.fabricmc:fabric:0.1.1.
61
"
}
}
settings.gradle
View file @
e79420b9
...
@@ -3,7 +3,7 @@ pluginManagement {
...
@@ -3,7 +3,7 @@ pluginManagement {
jcenter
()
jcenter
()
maven
{
maven
{
name
=
'Fabric'
name
=
'Fabric'
url
=
'http://maven.fabricmc.net/'
url
=
'http
s
://maven.fabricmc.net/'
}
}
gradlePluginPortal
()
gradlePluginPortal
()
}
}
...
...
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