Jump to content




Computer for ingame store

computer

  • You cannot reply to this topic
7 replies to this topic

#1 lewanator1

  • Members
  • 34 posts

Posted 05 March 2013 - 09:03 AM

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

#2 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 05 March 2013 - 09:44 AM

Does this just tell you what they ordered, or does it automatically give it to them?

#3 lewanator1

  • Members
  • 34 posts

Posted 05 March 2013 - 09:58 AM

View Postoeed, on 05 March 2013 - 09:44 AM, said:

Does this just tell you what they ordered, or does it automatically give it to them?
this program tells me what they have orderd so i can manually get it, once i get better at programming i may make it automatic

#4 JokerRH

  • Members
  • 147 posts

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:
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 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 05 March 2013 - 11:46 AM

Please look in your messenger

#6 crudmunkey

  • Members
  • 3 posts

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

#7 awsmazinggenius

  • Members
  • 930 posts
  • LocationCanada

Posted 28 March 2014 - 05:10 PM

Quote

the extra mods you use woud be project red
Project: Red bundled cables are not supported. Use MFR for cables that work. There are also peripherals for Project: Red, but they still need to update to CC 1.6

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 CometWolf

  • Members
  • 1,283 posts

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