Skip to content

Commit

Permalink
fix links not being detected
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerooni authored Nov 20, 2023
1 parent bd05764 commit 63ca334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Modpacks/KubeJS/Beyond-The-Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ title: Beyond the Docs
While we try to keep this documentation up to date and as complete as possible, it may not always contain all of the latest information.

As an additional resource to these docs, you can also reference our KubeJS integration directly in the source code:
https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs
[`common/src/main/java/com/gregtechceu/gtceu/integration/kjs`](https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs)

Continue reading for a few important places you may want to check.


## Builders

!!! link "Builders"
https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/builders
[`common/src/main/java/com/gregtechceu/gtceu/integration/kjs/builders`](https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/builders)

If you're not sure what methods and fields are available on one of our builders, you can find all of them in this directory.


## Bindings & Type Wrappers

!!! link "GregTechKubeJSPlugin"
https://github.com/GregTechCEu/GregTech-Modern/blob/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/GregTechKubeJSPlugin.java
[`common/src/main/java/com/gregtechceu/gtceu/integration/kjs/GregTechKubeJSPlugin.java`](https://github.com/GregTechCEu/GregTech-Modern/blob/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/GregTechKubeJSPlugin.java)

- For a list of our custom bindings, see `GregTechKubeJSPlugin.registerBindings()`
- For a list of our type wrappers and their accepted inputs, see `GregTechKubeJSPlugin.registerTypeWrappers()`

0 comments on commit 63ca334

Please sign in to comment.