From 5a9ce98816664302ebf3f3024b5502cec06ddb02 Mon Sep 17 00:00:00 2001 From: hjake123 Date: Mon, 14 Oct 2024 16:20:01 -0500 Subject: [PATCH] Introduced the concept of a KubeJS Integration Version number to make sure pack makers know when I will and won't break their scripts --- KUBEJS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/KUBEJS.md b/KUBEJS.md index 05386907..8a5c84a9 100644 --- a/KUBEJS.md +++ b/KUBEJS.md @@ -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