feat(xNet): initial commit
feat(xIndustries): initial commit
feat: "multi-threading" and better functions
This is a collection of my one-off computercraft scripts.
To read more about the xDoors automatic door system, read the README in the automatic_doors
directory. This is part of an ongoing effort to create a "smart home" system in Minecraft.
xIndustries is the store of the future, in Minecraft. All you have to do is walk in, select what you want from a massive screen, drop the correct payment into a hopper, and a turtle will automatically dispense your item above you.
This script allows you to get other scripts from the paste tool. To download this onto your computer in Minecraft, run the following:
wget https://cc.jordanreger/srht
This will allow you to download other scripts from Sourcehut.
srht {copied string} {filename, without ".lua" added to the end}
This will download your paste file to your computer!
This script allows you to see your position in the world at (almost; for some reason, signal goes out in certain parts of the world - this seems to be a GPS error) all times.
To use this script, you must have a GPS cluster set up. I recommend following this tutorial.
If you have this setup, run the following:
coords
This will result in your position being displayed on one line, updated every 0.25 seconds.