Skip to content

Instantly share code, notes, and snippets.

View ZebulanStanphill's full-sized avatar
✝️
Christ is the master branch

Zebulan Stanphill ZebulanStanphill

✝️
Christ is the master branch
View GitHub Profile
@ZebulanStanphill
ZebulanStanphill / crafting-format-suggestion.json
Last active March 25, 2017 01:44
Suggested WIP crafting format revision
{
"type": "crafting", //Recipe type
"ingredients": [
{ //An item group that can be moved seperately from other groups
"pattern": [
"AA",
"AB",
" B"
],
"fixed": "BOOLEAN, optional (default: false): if this item group cannot be moved in the recipe (if fixed, the placement of the item group is always at the top left corner of the crafting grid)",