CC:Minecraft by Xella
This is a mostly complete game emulating Minecraft within ComputerCraft in 3d made using the Pine3D graphics library, though it is very simplified. You can generate many different worlds, each with infinite chunks to build in with your limited number of blocks.
Useful controls
- WASD - movement
- SPACEBAR + SHIFT - up and down
- Arrow keys - camera
- Left click - break blocks
- Right click - place blocks
- Scroll, 1-7 - select blocks
- ` - pause menu
- = - increase render distance
- (-) - decrease render distance
- Z - toggle frame times visualization
- X - toggle hotbar
- C - toggle FPS
While this project is pretty cool, it doesn't utilize Pine3D to its fullest potential, as it has a separate model for each block instead of using meshes per chunk.
wget run https://pinestore.cc/d/2Git Repository

Mr_Octopus_2020 Xella is going to create a brand new age of Minecraft - Play Minecraft in Minecraft!
Nightheart Wonder if its possible to mod it? Moreso meaning a mod menu. I might end up working on an API to add custom entities and stuff. This is a really impressive project!
(do you mind if i try and fork this and make a moddable version and some mods for it? More blocks, entities, survival mode, etc)
Nightheart BTW, yes, you will be FULLY credited. Think of it just as like, how Neoforge is to Minecraft
Xella Creator Yeah you can try that if you want! You mean like a modloader right? I've also been thinking that I should be able to massively improve the performance by storing meshes per chunk instead of per block. I did render scenes many times larger at the same FPS in another project but I never got around to putting that logic into here
Nightheart I ended up making that mod loader thingie! This is V0.1, so theres still a LOT to be desired. But its a good rough draft. It can be found in the Minecraft Computer Mods discord 'creations' tab! .. oh, and here too. https://github.com/DrNightheart/PineForge-CCMinecraft-Modloader/tree/main






That would be so meta haha, but kind of possible. Just need to add a Computer block that when clicked will show a sandboxed computer window :P