From 2c09427cb1e973d95402797bc2ff1bff42e7ffff Mon Sep 17 00:00:00 2001 From: asie Date: Mon, 31 Dec 2018 16:05:40 +0100 Subject: use array initializer value as the default for example --- src/main/resources/fabric.mod.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d08dfa0..180f60b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": "*" }, -- cgit 1.4.1