Ticket machine-like block
vedrit opened this issue ยท 3 comments
A machine built into RailCraft to facilitate the easy creation of tickets.
How I think it might work? A block that will have 3 slots:
- Paper stack (accept paper from top via hopper/pipes/etc?)
- Gold ticket (lockable slot by block owner?)
- Output
There will likely also need to a button to create the ticket.
Maybe additional gold ticket slots can become available when another gold ticket is added? Also, maybe text slots for destination/station/rail line name?
I'd tweak it into a selling machine. Three types of golden tickets can be put in and can have a price defined. Of course, it will have a secure inventory holding the income and paper for tickets.
I know Computronics has something like this, though IIRC it needs a computer mod (either OpenComputers or ComputerCraft) to actually work.