Skip to content

Instantly share code, notes, and snippets.

@tehbeard
Last active December 17, 2015 06:29
Show Gist options
  • Save tehbeard/5566027 to your computer and use it in GitHub Desktop.
Save tehbeard/5566027 to your computer and use it in GitHub Desktop.
example mcmod.info
[
{
WHATEVER ENTRY WAS HERE BEFORE
}
,
{
"modid": "Oilers",
"name": "Oilers",
"version": "0.1",
"description": "amazing plugin",
"authorList":["Garbuncle"]
}
,
{
"modid": "OilersItems",
"name": "Oilers Items",
"version": "0.1",
"parent":"Oilers"
}
,
{
"modid": "OilersBlocks",
"name": "Oilers Blocks",
"version": "0.1",
"parent":"Oilers"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment