26 lines
		
	
	
		
			617 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			617 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "recipes": [
 | |
|         {
 | |
|             "displayName": "Workbench",
 | |
|             "craftingTag" : "HAND",
 | |
|             "ingredients": [
 | |
|                 {
 | |
|                     "itemType": "mat:Log",
 | |
|                     "count": 1
 | |
|                 }
 | |
|             ],
 | |
|             "products": [
 | |
|                 {
 | |
|                     "itemType": "Workbench",
 | |
|                     "count": 1
 | |
|                 }
 | |
|             ]
 | |
|         }
 | |
|     ],
 | |
|     "files": [
 | |
|         "Data/game/recipes/weapons.json",
 | |
|         "Data/game/recipes/tools.json",
 | |
|         "Data/game/recipes/fabs.json",
 | |
|         "Data/game/recipes/voxelrecipes.json"
 | |
|     ]
 | |
| } |