2018-12-15 09:28:49 -05:00
|
|
|
{
|
|
|
|
"id": "fabric_test",
|
|
|
|
"name": "Fabric API Tests",
|
|
|
|
"version": "0.1.1",
|
|
|
|
"side": "universal",
|
|
|
|
"description": "A series of test mods to check Fabric works.",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"initializers": [
|
2018-12-17 17:57:59 -05:00
|
|
|
"net.fabricmc.fabric.colormapper.ColorProviderMod",
|
2018-12-22 12:38:57 -05:00
|
|
|
"net.fabricmc.fabric.events.ServerEventMod",
|
|
|
|
"net.fabricmc.fabric.containers.ContainerMod",
|
2019-01-25 17:53:11 -05:00
|
|
|
"net.fabricmc.fabric.containers.ContainerModClient",
|
|
|
|
"net.fabricmc.fabric.loot.LootEntryMod"
|
2018-12-15 09:28:49 -05:00
|
|
|
]
|
|
|
|
}
|