Skip to content

Commit

Permalink
Add more documentation of KJS changes required for 1.6. (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince authored Dec 22, 2024
1 parent 8c07321 commit 54a4fee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/Modpacks/Changes/v1.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

0 comments on commit 54a4fee

Please sign in to comment.