this post was submitted on 18 Jul 2024
302 points (95.5% liked)

Curated Tumblr

4906 readers
6 users here now

For preserving the least toxic and most culturally relevant Tumblr heritage posts.

The best transcribed post each week will be pinned and receive a random bitmap of a trophy superimposed with the author's username and a personalized message. Here are some OCR tools to assist you in your endeavors:

Don't be mean. I promise to do my best to judge that fairly.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Hazzard@lemm.ee 6 points 9 months ago* (last edited 9 months ago) (1 children)

From what I understand, the majority of the most ridiculous minecraft feats are just... writing code to write Minecraft world data for logic circuits, not actually placing the blocks by hand. At a certain scale writing some kind of monstrous compiler to place blocks for you based on a proper circuit plan or programming language becomes easier.

[โ€“] candybrie@lemmy.world 8 points 9 months ago

If it's still the equivalent of gate level, even if those gates are expressed with words rather than placing each block, it's still a slog. To get beyond gate-level, I think you'd need to write your own HDL and/or synthesis tool for minecraft redstone, which seems even deeper than what most people developing real digital logic do.

Like, I just write verilog and synopsys handles it well enough for my physical design team to have a good starting point.