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
2c09427c
Commit
2c09427c
authored
Dec 31, 2018
by
asie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use array initializer value as the default for example
parent
21fe396a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
fabric.mod.json
src/main/resources/fabric.mod.json
+3
-1
No files found.
src/main/resources/fabric.mod.json
View file @
2c09427c
...
...
@@ -4,7 +4,9 @@
"description"
:
"This is an example description! Tell everyone what your mod is about!"
,
"version"
:
"1.0.0"
,
"side"
:
"universal"
,
"initializer"
:
"net.fabricmc.example.ExampleMod"
,
"initializers"
:
[
"net.fabricmc.example.ExampleMod"
],
"requires"
:
{
"fabric"
:
"*"
},
...
...
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