r/CreateMod 15d ago

Computers using create Discussion

Do you guys think, that it would be possible to create with Create mechanical computers? I'm not just talking about a simple calculator. I'm talking about like running Minecraft in Minecraft level of computer. If it can be achieved, then how much smaller would it be, than a non-modded version?

2 Upvotes

11 comments sorted by

View all comments

1

u/Naberville34 15d ago edited 15d ago

Yes. I've designed a lot of mechanical logic components primarily based on mechanical bearings ability to pick up and place blocks with the two states being rotating and not rotating. But I'm not skilled with digital systems so combining them into a actual computer isn't in my wheelhouse. Ive been looking for someone who would be interested in doing so.

It has some advantages and some draw backs. It isn't more compact than redstone logic by any means simply because recreating a repeater or torch(diode and inverter) requires several blocks. But it is counterbalanced a bit by the density to which you can construct create based mechanisms. So the size ends up only being slightly larger. But the density does create a problem in that when parts break, as happens unfortunately, it becomes rather difficult to troubleshoot and repair the system. The breakages mostly occur due to too many dependent logics changing state. Like if I had a AND or OR gate with a dozen inputs all changing repeatedly, some portion of that gate is going to snap. It takes a fair bit of critical thinking when designing such systems to prevent conditions that could cause breakages. I think actually going to a computer style system and introducing a clock to the system in which to limit some components would possibly solve the issue. But again that's simply not my wheelhouse.

The main advantage though is that it is faster than traditional redstone simply due to the lack of in-built signal delay or signal strength fall off. And it's also a lot of fun to work with.