From 54a4fee96265fe9df33a93574656544030f7cdac Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Sun, 22 Dec 2024 00:58:49 -0700 Subject: [PATCH] Add more documentation of KJS changes required for 1.6. (#2602) --- docs/content/Modpacks/Changes/v1.6.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/Modpacks/Changes/v1.6.0.md b/docs/content/Modpacks/Changes/v1.6.0.md index 3c0e24eded..3a4416be3c 100644 --- a/docs/content/Modpacks/Changes/v1.6.0.md +++ b/docs/content/Modpacks/Changes/v1.6.0.md @@ -85,3 +85,9 @@ Now you pass the function to `.machine`. ```javascript event.create('helical_fusion_reactor', 'multiblock').machine((holder) => new FusionReactorMachine(holder, GTValues.UHV)) ``` + +## Renames + +| Before | After | +| ------ | ----- | +| `GCyMBlocks` | `GCYMBlocks` |