cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
882 stars 206 forks source link

CC-Tweaked on Bedrock #1879

Open FrederoxDev opened 5 days ago

FrederoxDev commented 5 days ago

Hey my name is FrederoxDev and I am a mod developer for MCBE. When I say mod developer, for clarity, I am referring to actual native mods to the game and not addons.

I found this other issue, if the technology was there, it seems like the idea of bedrock is pretty open. I run a modding platform, similar to forge/fabric but on bedrock called Amethyst.

Recently I have been experimenting with implementing the mod and would like to eventually publish it. Its quite barebones right now, but thought I should ask earlier rather than later. Bedrock modding is quite different to java edition and on the client we have no form of "mappings" like java edition does, so everything that I am using here, I have had to reverse engineer and identify on the client.

The white box in this video represents a turtle (you've got to use your imagination here!)

https://github.com/cc-tweaked/CC-Tweaked/assets/69014593/3c1551d4-811b-4195-8e97-9efff194b215

The code for the project is hosted here: https://github.com/FrederoxDev/CC-Amethyst although I imagine if you are not familiar with this type of modding, some parts might be a bit hard to read. (And plus its my first real time doing anything with multithreading, so it might not be the best code lol)

CelDaemon commented 3 days ago

With the recent removal of bedrock PDBs, will this still be feasible?