55 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "recipes": [
 | 
						|
        {
 | 
						|
            "displayName": "Refiend Wood",
 | 
						|
            "craftingTag" : "HAND",
 | 
						|
            "ingredients": [
 | 
						|
                {
 | 
						|
                    "itemType": "mat:Log",
 | 
						|
                    "count": 1
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "products": [
 | 
						|
                {
 | 
						|
                    "itemType": "block:refined_wood",
 | 
						|
                    "count": 16
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "displayName": "Fantasy Brick",
 | 
						|
            "craftingTag" : "HAND",
 | 
						|
            "ingredients": [
 | 
						|
                {
 | 
						|
                    "itemType": "mat:Rock",
 | 
						|
                    "count": 1
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "products": [
 | 
						|
                {
 | 
						|
                    "itemType": "block:brick_fant",
 | 
						|
                    "count": 16
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "displayName": "Fantasy Brick",
 | 
						|
            "craftingTag" : "HAND",
 | 
						|
            "ingredients": [
 | 
						|
                {
 | 
						|
                    "itemType": "vox:rock_shale",
 | 
						|
                    "count": 1
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "products": [
 | 
						|
                {
 | 
						|
                    "itemType": "block:brick_fant",
 | 
						|
                    "count": 16
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "files": [
 | 
						|
 | 
						|
    ]
 | 
						|
} |