39 lines
		
	
	
		
			877 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			877 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "recipes": [
 | |
|         {
 | |
|             "displayName": "Refiend Wood",
 | |
|             "craftingTag" : "HAND",
 | |
|             "ingredients": [
 | |
|                 {
 | |
|                     "itemType": "mat:Log",
 | |
|                     "count": 1
 | |
|                 }
 | |
|             ],
 | |
|             "products": [
 | |
|                 {
 | |
|                     "itemType": "block:refined_wood",
 | |
|                     "count": 1
 | |
|                 }
 | |
|             ]
 | |
|         },
 | |
|         {
 | |
|             "displayName": "Fantasy Brick",
 | |
|             "craftingTag" : "HAND",
 | |
|             "ingredients": [
 | |
|                 {
 | |
|                     "itemType": "mat:Log",
 | |
|                     "count": 1
 | |
|                 }
 | |
|             ],
 | |
|             "products": [
 | |
|                 {
 | |
|                     "itemType": "block:brick_fant",
 | |
|                     "count": 1
 | |
|                 }
 | |
|             ]
 | |
|         }
 | |
|     ],
 | |
|     "files": [
 | |
| 
 | |
|     ]
 | |
| } |