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
6a975962
Commit
6a975962
authored
Dec 01, 2018
by
asie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/NikkyAI/fabric-example-mod
into NikkyAI-master
parents
4d0c3648
33ecb40f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
15 deletions
+29
-15
.gitignore
.gitignore
+17
-0
build.gradle
build.gradle
+1
-15
settings.gradle
settings.gradle
+11
-0
No files found.
.gitignore
0 → 100644
View file @
6a975962
# gradle
.gradle/
build/
out/
# idea
.idea/
*.iml
*.ipr
*.iws
# fabric
run/
\ No newline at end of file
build.gradle
View file @
6a975962
buildscript
{
repositories
{
jcenter
()
maven
{
name
=
'Fabric'
url
=
'http://maven.modmuss50.me/'
}
}
dependencies
{
classpath
"net.fabricmc:fabric-loom:0.0.13-SNAPSHOT"
}
}
plugins
{
id
'java'
id
'eclipse'
id
'idea'
id
'fabric-loom'
version
'0.0.14-SNAPSHOT'
}
apply
plugin:
net
.
fabricmc
.
loom
.
LoomGradlePlugin
sourceCompatibility
=
1.8
targetCompatibility
=
1.8
...
...
settings.gradle
0 → 100644
View file @
6a975962
pluginManagement
{
repositories
{
jcenter
()
maven
{
name
=
'Fabric'
url
=
'http://maven.modmuss50.me/'
}
gradlePluginPortal
()
}
}
\ 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