Butcher's Delight Blocks and Why Its Recipes Look Missing
This guide covers the practical question anyone hits with Butcher's Delight: why so few recipes appear, and what to do about it.
The numbers
108 pages. 88 blocks. 20 items. 5 crafting recipes. 0 structures.
Five recipes is not a small recipe list, it is a signal. No mod ships 88 blocks with five ways to make things.
Conditional loading is the explanation
Recipes can be written to register only when another mod is present. For a Farmer's Delight addon that is the normal arrangement — its cutting board and cooking pot recipes belong to Farmer's Delight's categories, so without that mod installed they never load and never appear in a recipe lookup.
The five that do register are the unconditional ones.
How to tell this apart from an empty mod
Compare the block count with the recipe count. A genuinely empty mod has few of both. A conditionally-gated mod has many blocks and few recipes — exactly this shape. Delightful is the clearest example elsewhere on this wiki: 69 distinct knives behind 9 unconditional recipes.
What the block list is for
Eighty-eight blocks in a butchery mod are workstations and shop fittings — the furniture of a butcher's shop rather than tools you carry. Twenty items is a thin equipment list by comparison, which fits: you build this mod rather than wield it.
Before you install
Confirm Farmer's Delight is in the pack. Without it, you get a block set and five recipes; with it, you get the mod as designed.
No exploration
There are no worldgen structures, so nothing is gated behind travel. Everything is built.
Version
1.20.12.1.0 on Forge, 1.20.1 only. There is no 1.21.1 build in this line, so a pack on the newer version cannot include it.
The general rule this illustrates
A recipe count near zero is not evidence that a mod is empty. Three different shapes produce a short list, and they need different responses:
- Conditional loading — many blocks, few recipes. Install the partner mod. This is Butcher's Delight.
- A bespoke bench — the recipes exist but under a custom category rather than crafting, so a crafting-only lookup misses them.
- A genuinely empty mod — few blocks *and* few recipes, usually a client-side or utility mod with nothing to extract at all.
Checking the block count against the recipe count separates the first from the third in one glance.
Version
1.20.12.1.0 on Forge, 1.20.1 only.
Fur