Updated Mod Version Data Format (markdown)
This commit is contained in:
@@ -71,6 +71,10 @@ Please be sure to use these two commands prior to submitting a pull request for
|
|||||||
This command should be used once for each item in the mod. You should avoid using it to declare any
|
This command should be used once for each item in the mod. You should avoid using it to declare any
|
||||||
items from vanilla Minecraft, or from other mods as these will already be added by other files.
|
items from vanilla Minecraft, or from other mods as these will already be added by other files.
|
||||||
|
|
||||||
|
Each item should an image file named using the item's slug in the `/src/data/<mod>/<version>/images`
|
||||||
|
directory. The image should be 48x48px and be exported from NEI as described in [Adding Support for a
|
||||||
|
New Mod](https://github.com/andrewminer/crafting-guide/wiki/Adding-support-for-a-new-Mod).
|
||||||
|
|
||||||
After an item declaration, the following commands may be used to describe it: `gatherable`, `recipe`.
|
After an item declaration, the following commands may be used to describe it: `gatherable`, `recipe`.
|
||||||
|
|
||||||
* `gatherable: [yes|no]`
|
* `gatherable: [yes|no]`
|
||||||
|
|||||||
Reference in New Issue
Block a user