This page is for developers only!!!
For this to work you MUST have Carpentry & Chisels installed
NOTE : This shows you how to add a Chisel interaction for your chiselled block variant.
First step:
In your datapack folder, you must create a folder called "data" and then create a folder inside that one titled your mod ID or datapack ID.
Second step:
Then you create a folder called "carpentry_and_chisels" and then inside that folder you make a new one called "chiseling". Then you can create a JSON file named whatever you want.
Please note: It's important that the folder names are correct for this step.
Then open the JSON file with a text editor. You can use Visual Studio Code or anything that supports JSON files. I'm using Intellij for this tutorial.
The block IDs on the left are the blocks that can be interacted with the chisel on to create the block id on the right, which is the resulting block.
Note: Be sure the mod ID for the item is correct, for example Cork Planks from Arts & Crafts would be arts_and_crafts:cork_planks
If you get stuck or have any problems feel free to join my Discord Server for help!