[
{
	ingredientPattern: "DG,WC",
	ingredients: {
		"G": { type: "item", code: "drygrass", quantity: 2  },
		"D": { type: "block", code: "soil-*", quantity: 1  },
		"W": { type: "block", code: "sand-*", name: "rock", allowedVariants: ["andesite"], quantity: 1  },
		"C": { type: "item", code: "clay-*", quantity: 1 }
	},
	width: 2,
	height: 2,
	output: { type: "item", code: "daubraw-ash", quantity: 12  }
},
{
	ingredientPattern: "DG,WC",
	ingredients: {
		"G": { type: "item", code: "drygrass", quantity: 2  },
		"D": { type: "block", code: "soil-*", quantity: 1  },
		"W": { type: "block", code: "sand-*", name: "rock", allowedVariants: ["shale", "basalt", "slate"], quantity: 1  },
		"C": { type: "item", code: "clay-*", quantity: 1 }
	},
	width: 2,
	height: 2,
	output: { type: "item", code: "daubraw-brown", quantity: 12  }
},
{
	ingredientPattern: "DG,WC",
	ingredients: {
		"G": { type: "item", code: "drygrass", quantity: 2  },
		"D": { type: "block", code: "soil-*", quantity: 1  },
		"W": { type: "block", code: "sand-*", name: "rock", allowedVariants: ["claystone", "conglomerate"], quantity: 1  },
		"C": { type: "item", code: "clay-*", quantity: 1 }
	},
	width: 2,
	height: 2,
	output: { type: "item", code: "daubraw-browngolden", quantity: 12  }
},
{
	ingredientPattern: "DG,WC",
	ingredients: {
		"G": { type: "item", code: "drygrass", quantity: 2  },
		"D": { type: "block", code: "soil-*", quantity: 1  },
		"W": { type: "block", code: "sand-*", name: "rock", allowedVariants: ["chalk", "limestone"], quantity: 1  },
		"C": { type: "item", code: "clay-*", quantity: 1 }
	},
	width: 2,
	height: 2,
	output: { type: "item", code: "daubraw-brownlight", quantity: 12  }
},
{
	ingredientPattern: "DG,WC",
	ingredients: {
		"G": { type: "item", code: "drygrass", quantity: 2  },
		"D": { type: "block", code: "soil-*", quantity: 1  },
		"W": { type: "block", code: "sand-*", name: "rock", allowedVariants: ["phyllite", "chert"], quantity: 1  },
		"C": { type: "item", code: "clay-*", quantity: 1 }
	},
	width: 2,
	height: 2,
	output: { type: "item", code: "daubraw-brownweathered", quantity: 12  }
},
{
	ingredientPattern: "DG,WC",
	ingredients: {
		"G": { type: "item", code: "drygrass", quantity: 2  },
		"D": { type: "block", code: "soil-*", quantity: 1  },
		"W": { type: "block", code: "sand-*", name: "rock", allowedVariants: ["peridotite"], quantity: 1  },
		"C": { type: "item", code: "clay-*", quantity: 1 }
	},
	width: 2,
	height: 2,
	output: { type: "item", code: "daubraw-green", quantity: 12  }
},
{
	ingredientPattern: "DG,WC",
	ingredients: {
		"G": { type: "item", code: "drygrass", quantity: 2  },
		"D": { type: "block", code: "soil-*", quantity: 1  },
		"W": { type: "block", code: "sand-*", name: "rock", allowedVariants: ["bauxite"], quantity: 1  },
		"C": { type: "item", code: "clay-*", quantity: 1 }
	},
	width: 2,
	height: 2,
	output: { type: "item", code: "daubraw-orange", quantity: 12  }
},
{
	ingredientPattern: "DG,WC",
	ingredients: {
		"G": { type: "item", code: "drygrass", quantity: 2  },
		"D": { type: "block", code: "soil-*", quantity: 1  },
		"W": { type: "block", code: "sand-*", name: "rock", allowedVariants: ["granite"], quantity: 1  },
		"C": { type: "item", code: "clay-*", quantity: 1 }
	},
	width: 2,
	height: 2,
	output: { type: "item", code: "daubraw-tan", quantity: 12  }
},
{
	ingredientPattern: "DG,WC",
	ingredients: {
		"G": { type: "item", code: "drygrass", quantity: 2  },
		"D": { type: "block", code: "soil-*", quantity: 1  },
		"W": { type: "block", code: "sand-*", name: "rock", allowedVariants: ["sandstone"], quantity: 1  },
		"C": { type: "item", code: "clay-*", quantity: 1 }
	},
	width: 2,
	height: 2,
	output: { type: "item", code: "daubraw-yellow", quantity: 12  }
}
]