We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f2f99 commit b20cb0aCopy full SHA for b20cb0a
server/item/recipe/dynamic.go
@@ -25,10 +25,10 @@ type potDecoration interface {
25
26
// Match checks if the given input items match the decorated pot recipe pattern.
27
// The pattern requires exactly 4 PotDecoration items (bricks or pottery sherds) in a diamond/plus shape:
28
-// - Slot 1 (top center)
+// - Slot 1 (top centre)
29
// - Slot 3 (middle left)
30
// - Slot 5 (middle right)
31
-// - Slot 7 (bottom center)
+// - Slot 7 (bottom centre)
32
// All other slots must be empty.
33
func (r DecoratedPotRecipe) Match(input []Item) (output []item.Stack, ok bool) {
34
// For a 3x3 crafting grid, we need exactly 9 slots
0 commit comments