Commit 2c09427c by asie

use array initializer value as the default for example

parent 21fe396a
......@@ -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": "*"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment