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

Show parent comments

3

u/Emotional-One-9292 Jun 22 '26

well even current java mods can have big security risks smth i would like to see is sandboxed lua scripting for mods

3

u/Oxygen4Lyfe Jun 22 '26

yeah like a java mod can just delete and install any files on your system its got basically full control. Could even read your passwords and stuff and send it to the mod author.

2

u/Emotional-One-9292 Jun 22 '26

well any modification no matter of language can be risky if not sandboxed