Skip to content

Commit

Permalink
chore: fixed small readme typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Dec 1, 2023
1 parent 28a1f2d commit 6f9894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ FTBQuestsEvents.customFilterItem(event => {
* To handle the event in Java, subscribe to the `CustomFilterEvent.MATCH_ITEM` architectury event
* To handle the event in KubeJS (**FTB XMod Compat** must also be installed), use code like this:

```javscript
```javascript
// "test1" is the contents of the Event ID in the custom filter
// the extra data can be retrieved with event.getData()
// event.getStack() gets the item currently being evaluated
Expand Down

0 comments on commit 6f9894f

Please sign in to comment.