ZenScript icon indicating copy to clipboard operation
ZenScript copied to clipboard

No Probe alternative for 1.16?

Open KrakenIsBusy opened this issue 4 years ago • 4 comments

I read a few issues about the error I am facing, I realized I need the Probe mod for auto completion. I looked at the page, buts is 1.12.2 and I am working on a modpack in 1.16.5 Is there any probe like mod for 1.16? Or any other way to get auto completion?

KrakenIsBusy avatar Dec 22 '21 15:12 KrakenIsBusy

ZenScript and Probe are not under active development for now. PRs are welcomed if someone is willing to maintain this project.

The schema is quite simple: Probe generates a .zsrc file(actually JSON), ZenScript loads the script and provides completion. The logic should haven't been changed in higher version.

Yesterday17 avatar Dec 22 '21 16:12 Yesterday17

Can you give me like an example .zsrc file? I could probably make out a pattern and might be able to make something to generate it?

KrakenIsBusy avatar Dec 23 '21 04:12 KrakenIsBusy

https://github.com/Yesterday17/ZenScript/blob/master/test/vanilla/.zsrc

https://github.com/Yesterday17/ZenScript/blob/master/test/large-modpack/scripts/.zsrc

Yesterday17 avatar Dec 23 '21 07:12 Yesterday17

Uh huh Yep I am not making something like that. Also, I have learned about KubeJS, I will try using it for my purpose. And yeah, it really is sad that neither of them are under development.

KrakenIsBusy avatar Dec 23 '21 07:12 KrakenIsBusy