Skip to content

Instantly share code, notes, and snippets.

@Parker8283
Created February 17, 2015 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Parker8283/b8bf057f56be8555ffe4 to your computer and use it in GitHub Desktop.
Save Parker8283/b8bf057f56be8555ffe4 to your computer and use it in GitHub Desktop.
MC JSON Examples
All blocks will need 3 JSONs minimum, and all items will need 1 JSON minimum.
For each block:
- 1 BlockState JSON in assets/modid/blockstates
- Minimum of 1 Block Model JSON in assets/modid/models/block
- Minimum of 1 Item Model JSON in assets/modid/models/item
Fore each item:
- Minimum of 1 Item Model JSON in assets/modid/models/item
The best advice I can give anyone is to just look at vanilla. Copy & Paste is your friend in this case (be careful though!).
I would find the vanilla JSONs that are the most similar to what you are adding (if you are able to do that).
Also, look for vanilla things that accomplish the same thing you are trying to do.
You can find specifications on the JSON formats here: http://minecraft.gamepedia.com/Block_models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment