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
952a3d17
Commit
952a3d17
authored
Nov 06, 2018
by
asie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to 0.0.13
parent
b755e017
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
10 deletions
+7
-10
README.md
README.md
+1
-1
build.gradle
build.gradle
+6
-7
modid.client.json
src/main/resources/modid.client.json
+0
-1
modid.common.json
src/main/resources/modid.common.json
+0
-1
No files found.
README.md
View file @
952a3d17
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
2.
Run the following command:
2.
Run the following command:
```
```
./gradlew
setup
idea
./gradlew idea
```
```
## License
## License
...
...
build.gradle
View file @
952a3d17
...
@@ -7,7 +7,7 @@ buildscript {
...
@@ -7,7 +7,7 @@ buildscript {
}
}
}
}
dependencies
{
dependencies
{
classpath
"net.fabricmc:fabric-loom:0.0.1
2
-SNAPSHOT"
classpath
"net.fabricmc:fabric-loom:0.0.1
3
-SNAPSHOT"
}
}
}
}
...
@@ -26,11 +26,10 @@ archivesBaseName = "modid"
...
@@ -26,11 +26,10 @@ archivesBaseName = "modid"
version
=
"1.0.0"
version
=
"1.0.0"
minecraft
{
minecraft
{
// You can find the latest versions on https://fabric.asie.pl/use/.
}
version
=
"18w44a"
pomfVersion
=
"27"
fabricVersion
=
"0.1.0.40"
// Optional. Remove if you're not using Mixins.
dependencies
{
refmapName
=
"modid.refmap.json"
minecraft
"com.mojang:minecraft:18w44a"
mappings
"net.fabricmc:pomf:18w44a.38"
modCompile
"net.fabricmc:fabric-loader:18w44a-0.1.0.43"
}
}
src/main/resources/modid.client.json
View file @
952a3d17
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
"mixins"
:
[
"mixins"
:
[
"ExampleMixin"
"ExampleMixin"
],
],
"refmap"
:
"modid.refmap.json"
,
"injectors"
:
{
"injectors"
:
{
"defaultRequire"
:
1
"defaultRequire"
:
1
}
}
...
...
src/main/resources/modid.common.json
View file @
952a3d17
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
"compatibilityLevel"
:
"JAVA_8"
,
"compatibilityLevel"
:
"JAVA_8"
,
"mixins"
:
[
"mixins"
:
[
],
],
"refmap"
:
"modid.refmap.json"
,
"injectors"
:
{
"injectors"
:
{
"defaultRequire"
:
1
"defaultRequire"
:
1
}
}
...
...
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