In 1.12, the CraftingHelper.class registers minecraft and modded items for recipes along with the ore dictionary. However, I can't seem to figure out how to call an OreDictionary item through a json file. According to the code, I assumed it would be "item": "ore:logWood", however it says that this is a Unknown item and doesn't exist. Can somebody explain how to call on it please? Thank you.