Minecraft in Minecraft: A Rambling Tour
Loading...
59,436
Loading...
Uploader Comments (HansLemurson)
Top Comments
-
O_O wonderful device :) - any download available?
-
and then an enderman comes by and removes one block...
see all
All Comments (380)
-
That'ssss a nice computer you got there. Be a ssshame if something were to happen to it. lol
-
@tom28863 Really?
-
@stillinpreschool1 Oh, I'm sorry you can't find it...
-
@flanfan1212 yes, he did
-
Now make Minecraft in Minecraft in Minecraft :)
-
@Blackwido11 Is it? I should have read the description...
-
@TheFangclaw7 Sorry, before it was implemented into the normal game.
Loading...
This is very impressive! Will you do a second version?
pochopaz7381 2 days ago
@pochopaz7381
I plan to make a second version eventually, with a full-color screen (using maps). In the nearer term I'm building a general-purpose computer which should be able to execute Mini-minecraft as software, although 5-10x slower.
HansLemurson 2 days ago
Is there a master reset button somewhere in this machine? I jumped through the ceiling and it appears to be "locked up"
1995fordf150 1 month ago
@1995fordf150
No. The way it's designed, the only function with memory access is block placement/removal.
However, since you jumped through the ceiling, chances are you're embedded in a block and can't see the blinking any more. Unless the player position has been corrupted, you should be able to remove blocks nearby and move into the gap. The easiest way is to remove the block beneath you and let gravity do the work.
HansLemurson 1 month ago
At 7:15 you talk about xor gates to toggle stuff. Whynot use inverters? Aren't that the gates which are supposed to bitwise invert, not or toggle or whatever?
I'm not familar with this really, nor am I with minecraft particularly, but that just seems more logic to me.
lucb1e 2 months ago
@lucb1e
I'm using XORs because what I'm doing IS bitwise inversion. XOR = selectable inversion, and I only want to invert/toggle the block that is being aimed at. The "Toggle Block" circuitry is doing the XOR of
00010000 and
00111100 to yield
00101100
HansLemurson 1 month ago