
ProbeJS Legacy
Активный0.0
Установок
Последнее обновление
ProbeJS 1.16 Legacy
is an unofficial continuation of ProbeJS for 1.16.5 Forge, so that 1.16.5 Forge KubeJS users can have those conveniences provided by KubeJS typings.
Usage
- You need to install ProbeJS, obviously.
- Launch the game, after the event(s) of interest is triggered, you can use
/probejs dump
to export datas gathered by ProbeJS. - Open your
kubejs
folder using VSCode. You should be able to see a folder called "probe". - Enjoy!
Note: Before 2.0.0, data is dumped to "kubetyping" instead of "probe" folder.
Also, before 2.3.0, you needs onEvent
to listen to those events you want to know about. On 2.3.0, ProbeJS Legacy will listen to every possible KubeJS events, without the needs of onEvent
.
Also, try to type like @item or @block to see snippets generated.
Why
Initially, all I want to do is just find some sort of doc or helper for KubeJS script writing, so that I won't need to feel such pain in the arse when developing Enlightend6Expert(https://www.curseforge.com/minecraft/modpacks/enlightened-6-expert) .
But after some research, I realized that 1.16.5, despite being one of the hottest modded versions, didn't even have a proper KubeJS helper mod.
So there it is, a ProbeJS fork for 1.16.5.
This is my first Java project and first Minecraft Mod project, and to be honest, ProbeJS is too tough for a coding noob like me. Thankfully I made it.
This project is licensed under LGPLv3, the same as the original ProbeJS.