lewark / inv.lua

Inventory management and autocrafting system for CC:Tweaked/Restitched
MIT License
6 stars 3 forks source link

How do I find out the server id? #30

Open stevenliebregt opened 1 year ago

stevenliebregt commented 1 year ago

Might be a silly question, but how do I find out the SERVER_ID I need for the client to connect?

lewark commented 1 year ago

Before starting the inventory server, if you run the id command (https://www.computercraft.info/wiki/Id) on the turtle that will act as the server, it will print out a number. This is the ID number that should be put within the SERVER_ID variable on the client turtle.

Sorry for the delay in getting back to you. When I revisit this project later I'll look into making the setup process more streamlined. If you have any more questions, feel free to ask me.