Skip to content

Commit

Permalink
Introduced the concept of a KubeJS Integration Version number to make…
Browse files Browse the repository at this point in the history
… sure pack makers know when I will and won't break their scripts
  • Loading branch information
hjake123 committed Oct 14, 2024
1 parent 43ac84e commit 5a9ce98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions KUBEJS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# KubeJS Integration Versions
KubeJS scripts made on a specific Integration Version should be compatible with those on the same IV.
Changes to this number are marked in the changelog for a given version if they happen (which should be rare!)

| Reactive Version Introduced | KJS IV Number |
|-----------------------------|---------------|
| 9a | 1 |
| 9d | 2 |

# Adding Powers
Custom Powers are added at startup using `StartupEvents.registry`, like so:
```js
Expand Down

0 comments on commit 5a9ce98

Please sign in to comment.