From 895233ea51af7a9f766924dc03e4a352b4cca312 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Tue, 3 Feb 2015 10:06:40 -0800 Subject: [PATCH] Updated Mod Data Format (markdown) --- Mod-Data-Format.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mod-Data-Format.md b/Mod-Data-Format.md index 96ae3ef..151481e 100644 --- a/Mod-Data-Format.md +++ b/Mod-Data-Format.md @@ -1,5 +1,7 @@ The Mod file format is a very simple command-based language which is very similar to [YAML](http://www.yaml.org). There are commands for entering all various kinds of data needed to describe a mod and what versions are supported. Most commands are optional, and can be entered in any order. Anywhere this isn't true will be called out below. +Each mod is described with its own directory under `/src/data`. The directory should be named using the Mod's stub name (see: [Adding Support for a new Mod](https://github.com/andrewminer/crafting-guide/wiki/Adding-support-for-a-new-Mod)), and contain a file named `mod.cg` using the following format. + ## Example ```yaml