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
8b0e73fb
Commit
8b0e73fb
authored
Dec 12, 2018
by
Prospector
Committed by
Shadowfacts
Dec 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add description to example mod (#2)
parent
c168b5b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fabric.mod.json
src/main/resources/fabric.mod.json
+2
-2
No files found.
src/main/resources/fabric.mod.json
View file @
8b0e73fb
{
"id"
:
"modid"
,
"name"
:
"Example Mod"
,
"description"
:
"This is an example description! Tell everyone what your mod is about!"
,
"version"
:
"1.0.0"
,
"side"
:
"universal"
,
"initializer"
:
"net.fabricmc.example.ExampleMod"
,
...
...
@@ -11,4 +12,4 @@
"client"
:
"modid.client.json"
,
"common"
:
"modid.common.json"
}
}
\ 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