Recipe for single item is not registering, all other recipes are.

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Donomon78

New Member
Feb 22, 2020
1
0
2
I cannot find the problem with this one item, but here is the json file for the recipe:
Code:
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "bdb",
        "bcb",
        "bab"
    ],
    "key": {
        "a": [
            {
                "item": "avp:part.ic",
                "data": 0
            }
        ],
        "b": [
            {
                "item": "avp:part.led",
                "data": 0
            }
        ],
        "c": [
            {
                "type": "forge:ore_dict",
                "ore": "polycarbonate"
            }
        ],
        "d": [
            {
                "type": "forge:ore_dict",
                "ore": "lithium"
            }
        ]
    },
    "result": {
        "item": "avp:part.led.display",
        "count": 1,
        "data": 0
    }
}

It is the 7-Segment LED Display from the Aliens Vs Predator mod for 1.12.2. It neither works in singleplayer or on a server supporting the mod. My knowledge on these types of files is limited, so try to break it down for an average Joe.