So I've read all the tutorials I could find. I have read the guide to DMT, I have seen the videos about using Unity. I never used unity before, but after some struggle I have my new block ready, with crafting recipes and everything. It looks like this, it's supposed to be electricity distribution box.

So now I am imagining that I should create some C# project, somehow import metadata from the base game and implement some IBlock and IElectricThing. I have no idea where to start.
Last game I modded like this was RimWorld about 5 yrs ago and back then the game author provided the debug symbols, so I didn't have to figure anything out, just start coding.
Can someone please advise?

So now I am imagining that I should create some C# project, somehow import metadata from the base game and implement some IBlock and IElectricThing. I have no idea where to start.
Last game I modded like this was RimWorld about 5 yrs ago and back then the game author provided the debug symbols, so I didn't have to figure anything out, just start coding.
Can someone please advise?