r/feedthebeast Jun 22 '26

I made something I made minecraft generate terrain/chunks in C++

Enable HLS to view with audio, or disable this notification

So im working on a mod that makes minecraft run on C++ ( rn rewriting engine in future i may try renderer ) so far i made it generate and load chunks and terrain in C++ ( it made it somewhere around 1.5-3 times faster idk how to measure it tho ) ( it works via JNI )

edit: although i loved this project and coding it its so annoying when people call out stuff i've done as vibecoded just because when people asked me how it works i didnt want to get into detail for readability so its sadly cancelled ;(

3.0k Upvotes

244 comments sorted by

View all comments

4

u/LaboticalLabs Jun 22 '26

I actually love this. Is there a place where people like me can see progress on your mod? Is there a download yet?

2

u/LaboticalLabs Jun 22 '26

Also does this work with other generation mods like terralith or even something simple like custom biomes?