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
705d4da5
Commit
705d4da5
authored
Nov 19, 2019
by
Brad Erickson
Committed by
Player
Nov 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update yarn, loader and api (#31)
Co-authored-by:
modmuss50
<
modmuss50@gmail.com
>
parent
727a449d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
build.gradle
build.gradle
+2
-2
gradle.properties
gradle.properties
+3
-3
fabric.mod.json
src/main/resources/fabric.mod.json
+2
-1
No files found.
build.gradle
View file @
705d4da5
plugins
{
id
'fabric-loom'
version
'0.2.
5
-SNAPSHOT'
id
'fabric-loom'
version
'0.2.
6
-SNAPSHOT'
id
'maven-publish'
}
...
...
@@ -16,7 +16,7 @@ minecraft {
dependencies
{
//to change the versions see the gradle.properties file
minecraft
"com.mojang:minecraft:${project.minecraft_version}"
mappings
"net.fabricmc:yarn:${project.yarn_mappings}"
mappings
"net.fabricmc:yarn:${project.yarn_mappings}
:v2
"
modCompile
"net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway.
...
...
gradle.properties
View file @
705d4da5
...
...
@@ -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.1
2
loader_version
=
0.
6.1+build.164
yarn_mappings
=
1.14.4+build.1
5
loader_version
=
0.
7.0+build.171
# 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.2+build.218
-1.14
fabric_version
=
0.
4.1+build.245
-1.14
src/main/resources/fabric.mod.json
View file @
705d4da5
...
...
@@ -28,7 +28,8 @@
"depends"
:
{
"fabricloader"
:
">=0.4.0"
,
"fabric"
:
"*"
"fabric"
:
"*"
,
"minecraft"
:
"1.14.x"
},
"suggests"
:
{
"flamingo"
:
"*"
...
...
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