It might be fairer to say "inspired by Inifiniminer" in the case of Minecraft.
Notch had a bit of a rant about Manic Digger
Notch's twitter wrote:It'd be awesome if they took the elements they liked and made something new and interesting with it. But they're not. They're just copying.
Switches next to track will change it's direction apparently, so you just combine that with redstone wiring, etc. But switches don't work in vanilla multiplayer as far as I can tell. This is must be a user fix.
I debugged most of the redstone in single player, since redstone is bugged in multiplayer. Minecarts are also bugged, so I shot this video in single player as well. We're looking forward to when these features are functional in multiplayer, Notch! Best of luck!
Well, there you go. People have fixed things with their own mods though. I don't really see the point as it'll just break again when a new server is released.
I learnt about redstone logic gates earlier. It's not very intuitive but fun when you get your head around it. I made a door with a pressure plate each side that opened it, plus a lever which locks the door so neither plate works.
I expect redstone logic gates are identical to their real life counterparts, using doors (or whatever thing) instead of transistors. I used to be able to design those, but that's long since forgotten.
That's actually simpler than real logic IIRC, since transistors are basically AND gates and all other logic is constructed from them. Or something like that, it's been a while. Buzz, that right?
Dog Pants wrote:That's actually simpler than real logic IIRC, since transistors are basically AND gates and all other logic is constructed from them. Or something like that, it's been a while. Buzz, that right?
It's actually NAND, but yeah they build other logic gates from NAND. Mostly because that means they can just mass produce only NAND gates and use those to make more complex ones.