Advertisement
Guest User

ideas for rollercoastermod

a guest
Oct 31st, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. 1. Computercraft with lua API:
  2.  -get the number of carts in Station
  3.  -get number of trains in station
  4.  -get number of passengers On carts in station
  5.  -close and open  safetybars
  6.  -start next round of train in the front
  7.  
  8. 2.a comparator can Output a redstone Signal that shows, how many people are in the carts in the station
  9.  
  10. 3. Tickets that store data:
  11.  -name of the Player who created them
  12.  -text that Player wrote on it (like the tickets in railcraft)
  13.  -times you can use it
  14.  -times you have used it
  15.  
  16. 4. Ticket machine: A block where you can buy Tickets.
  17.  
  18. 5. Ticket detector: block that you can rightclick with the ticket and it outputs a redstonesignal, if it is the right ticket.
  19.  
  20. 6. A npc that sells tickets (I Don't like this Idea that much)
  21.  
  22. 7. Spinning carts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement