Posted January 17, 20205 yr Guys, do you know that mods are now written in C++?*F*ck so Minecraft is actually written in C++* Edited January 17, 20205 yr by Bogdan228
January 17, 20205 yr 3 hours ago, diesieben07 said: but I don't think it can be (easily) modded you can mod it in JavaScript
January 17, 20205 yr I believe they call them add-ons, and I'm pretty sure it is nowhere near as flexible as Java edition modding, i.e I don't think you can create new mobs, only modify existing ones. I haven't revisited the capabilities of bedrock add-ons in a while, so this may have changed, but I doubt it.
February 13, 20205 yr If bedrock was as moddable as java, I think most of us would have moved there. Chances are there will be no modding scene for bedrock, though. Three simple reasons: C++ is easier to mess up in. There's no GC and it doesn't protect you from your stupidity Java is easy. If you go to any snob tech forum they will say it's for people who don't know how to code. Secondly, bytecode transformations and class-loading.. C++ Compiles to native code, and as far as i am aware there are no libraries like ASM for modifying the already compiled code. Also, class loading could potentially be an issue. Readability.. Java is inherently quite an easy language to just zip through the file and read or recompile, with C++, good luck.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.