Skip to content

Commit

Permalink
Merge branch 'df-mc:master' into totem
Browse files Browse the repository at this point in the history
  • Loading branch information
xNatsuri authored Apr 28, 2024
2 parents 240b093 + d21051c commit 9cf3648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/item/recipe/vanilla.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func init() {
panic(err)
}

for _, s := range append(craftingRecipes.Shapeless) {
for _, s := range craftingRecipes.Shapeless {
input, ok := s.Input.Items()
output, okTwo := s.Output.Stacks()
if !ok || !okTwo {
Expand Down

0 comments on commit 9cf3648

Please sign in to comment.