Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Minecraft 3D
- brickandsand
-
14 posts
Minecraft 3D
I want to make Minecraft 3D in scratch
What is minecraft:
Minecraft is a block based popular 3D game
My task:
to make 3D minecraft (not the illusion type)
I also want to try to make it as simple as possible
if possible can you make it with random world generation and working mob AI
I wonder when there is a time in scratch where we can make this using one script or a little more
you can post your ideas on this studio https://scratch.mit.edu/studios/33746998/
thanks,
What is minecraft:
Minecraft is a block based popular 3D game
My task:
to make 3D minecraft (not the illusion type)
I also want to try to make it as simple as possible
if possible can you make it with random world generation and working mob AI
I wonder when there is a time in scratch where we can make this using one script or a little more
you can post your ideas on this studio https://scratch.mit.edu/studios/33746998/
thanks,
- NotK3ndricAlt
-
1000+ posts
Minecraft 3D
Minecraft is already 3D like you said. Why not play the actual game instead?
- brickandsand
-
14 posts
Minecraft 3D
NotK3ndricAlt,as you have said ,i do agree Minecraft is 3D but i am trying to recreate it in scratch
- someone176328765
-
11 posts
Minecraft 3D
@griffpatch probably has some kind of tutorial on how to make 3D games
- brickandsand
-
14 posts
Minecraft 3D
but his tutorial has does not have:
Block breaking
Block placing ground blocks etc
Block breaking
Block placing ground blocks etc
- Koamodo975
-
1000+ posts
Minecraft 3D
Because that'll blow up your computer. Scratch can hold big projects, but full Minecraft is about as easy as implementing VR. but his tutorial has does not have:
Block breaking
Block placing ground blocks etc
- bsteichman
-
500+ posts
Minecraft 3D
everyone here is saying to use griffpatch's 3D tutorial, but his tutorial is a raycaster, not true 3D. making true 3D is incredibly hard, but I will start you off with this code which takes a 3D coordinate and camera position, and translates it to an on-screen coordinate, from there you use those points to draw triangles and make meshes, then sort the triangles such that the ones closer get drawn last.
- Norse7
-
100+ posts
Minecraft 3D
Those people who made Minecraft in scratch are incredibly good programmers. It is pushing the limits of Scratch just by making a 3D game, much less Minecraft. Basically, I am trying to say that it is impossible for most people. You could still try it though! 

- Discussion Forums
- » Help with Scripts
-
» Minecraft 3D