Skip to content

Commit

Permalink
Fix semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIllusiveC4 committed Apr 10, 2024
1 parent 0d84aa2 commit 44c6eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/curios/items/assign-slots.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ In order to register a predicate and use a custom validator, developers will nee
```java
CuriosApi.registerPredicate(new ResourceLocation("examplemod", "my_predicate"), (slotResult) -> {
// contents of the predicate here - return true or false
})
});
```

This can be registered anywhere, but should be done before server loading as that's when the data is needed.
Expand Down

0 comments on commit 44c6eb9

Please sign in to comment.