Skip to content

Commit b20cb0a

Browse files
committed
Support for dynamic crafting recipes: corrected spelling
1 parent 31f2f99 commit b20cb0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/item/recipe/dynamic.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ type potDecoration interface {
2525

2626
// Match checks if the given input items match the decorated pot recipe pattern.
2727
// The pattern requires exactly 4 PotDecoration items (bricks or pottery sherds) in a diamond/plus shape:
28-
// - Slot 1 (top center)
28+
// - Slot 1 (top centre)
2929
// - Slot 3 (middle left)
3030
// - Slot 5 (middle right)
31-
// - Slot 7 (bottom center)
31+
// - Slot 7 (bottom centre)
3232
// All other slots must be empty.
3333
func (r DecoratedPotRecipe) Match(input []Item) (output []item.Stack, ok bool) {
3434
// For a 3x3 crafting grid, we need exactly 9 slots

0 commit comments

Comments
 (0)