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
47b5686c
Commit
47b5686c
authored
Aug 02, 2019
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update loom + dependencies
parent
706e20ca
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
build.gradle
build.gradle
+2
-2
gradle.properties
gradle.properties
+3
-3
No files found.
build.gradle
View file @
47b5686c
plugins
{
id
'fabric-loom'
version
'0.2.
3
-SNAPSHOT'
id
'fabric-loom'
version
'0.2.
5
-SNAPSHOT'
id
'maven-publish'
}
...
...
@@ -63,7 +63,7 @@ publishing {
publications
{
mavenJava
(
MavenPublication
)
{
// add all the jars that should be included when publishing to maven
artifact
(
j
ar
)
{
artifact
(
remapJ
ar
)
{
builtBy
remapJar
}
artifact
(
sourcesJar
)
{
...
...
gradle.properties
View file @
47b5686c
...
...
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version
=
1.14.4
yarn_mappings
=
1.14.4+build.
2
loader_version
=
0.4.8+build.15
7
yarn_mappings
=
1.14.4+build.
5
loader_version
=
0.4.8+build.15
9
# Mod Properties
mod_version
=
1.0.0
...
...
@@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version
=
0.3.0+build.20
0
fabric_version
=
0.3.0+build.20
7
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