No Probe alternative for 1.16?
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?
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.
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?
https://github.com/Yesterday17/ZenScript/blob/master/test/vanilla/.zsrc
https://github.com/Yesterday17/ZenScript/blob/master/test/large-modpack/scripts/.zsrc
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.