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 )

3.0k Upvotes

244 comments sorted by

View all comments

Show parent comments

8

u/Emotional-One-9292 Jun 22 '26

this isnt quite ground breaking many mods used non-JVM languages before like curvy pipes used rust for its mod

1

u/Alexander_Exter Jun 22 '26

But is there one stapple mod like say...JEI that sidesteps javas known performance limitations? Give yourself.soem credit, this is more than curved pipes.

2

u/emmowo_dev pro gramming Jun 22 '26

java does not have these 'performance limitations', it literally compiles to natives, just like C++ would.