Hi everyone!
First time modder here. I'm thinking of creating a mod to add a custom magical ore to the game where I want to use the resonator as one of the ore processing steps.
I basically want to place the raw ore block into the resonator and have a "barrel-like" recipe, where leaving it in the resonator for a number of hours would "shatter" it into smaller pieces for further refining. How would I go about giving a non-recipe block a recipe gui? Another option would be to place the block inside the resonator itself like a tuning cylinder and have it drop as "shattered" ore after it finishes, but I don't know anything about modeling or animations so that feels a lot more daunting.
I have very limited C# knowledge, so it'd be great if this could be done with JSON only, though I'm not opposed to having to learning to code.