Hello everyone!
I am currently building an inventory monitoring system and I want to use a third-party library system to convert the data from Refined Storage to JSON. I have found the library "dkjson", but I cannot figure out how to use it with the script. Do you guys have any pointers as to how to deal with this?
The weird thing is that if I add a file via Visual Studio Code (VS Code), the computer does not pick up on it until after I reboot the computer. I can also not real-time edit the file in VS Code and run it on the computer as I expect it to as I could with ComputerCraft. Is there something I am missing?
Hello everyone!
I am currently diving deeper in the documentation of the OpenComputers mod and I am wondering if there is a way to externally develop a script while testing it on the MineCraft client. I could develop scripts for ComputerCraft by placing them in a certain folder in the .minecraft folder, but what is the preferred way of doing so in OpenComputers?
With developing externally, I mean in my favorite editor of choice (Visual Studio Code for example).