Hello,
I had a idea where some one could come into my store on minecraft type what they want into a computer.
somthing like
Order :
(Types order here)
this is then sent to another computer to be printed so i can see it
I am very bad at computer craft and do not know how i can do this if anyone can give me a starting point or have seen something like this before and know of a guide please
can you link me to this
Thanks in advance
Lewanator1
7 replies to this topic
#1
Posted 05 March 2013 - 09:03 AM
#2
Posted 05 March 2013 - 09:44 AM
Does this just tell you what they ordered, or does it automatically give it to them?
#4
Posted 05 March 2013 - 10:05 AM
So, I don't know much about the new rednet in the beta pre-release, but with the current version you could do it like this:
Sender:
receiver:
[Not tested]
Sender:
rednet.open([Write side here]) while true do rednet.send([Put computer ID here], read()) end
receiver:
rednet.open([side])
while true do
print(tostring({rednet.receive()}[2]))
end
[Not tested]
#5
Posted 05 March 2013 - 11:46 AM
Please look in your messenger
#6
Posted 28 March 2014 - 06:16 AM
i had the same idea, but a turtle gives the costomer the item. the extra mods you use woud be project red, build craft, and
Industrialcraft
Industrialcraft
#7
Posted 28 March 2014 - 05:10 PM
Quote
the extra mods you use woud be project red
Edit: there is a new bundled Redstone API for modders, so with luck, you could get PR to work.
Edited by awsmazinggenius, 28 March 2014 - 05:24 PM.
#8
Posted 28 March 2014 - 05:23 PM
Using any of those would just be plain stupid anyways. Just use openP and AE.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












