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
0
Merge Requests
0
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
6 years ago
by
asie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use array initializer value as the default for example
parent
21fe396a
develop
…
affiliates
creature-tag-editor
emoji-behaviors
fine-tune
No related merge requests found
Hide 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 @@
...
@@ -4,7 +4,9 @@
"description"
:
"This is an example description! Tell everyone what your mod is about!"
,
"description"
:
"This is an example description! Tell everyone what your mod is about!"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"side"
:
"universal"
,
"side"
:
"universal"
,
"initializer"
:
"net.fabricmc.example.ExampleMod"
,
"initializers"
:
[
"net.fabricmc.example.ExampleMod"
],
"requires"
:
{
"requires"
:
{
"fabric"
:
"*"
"fabric"
:
"*"
},
},
...
...
This diff is collapsed.
Click to expand it.
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