Compact Crafting

Compact Crafting

9M Downloads

Ae2 quartz glass doesnt render

Leclowndu93150 opened this issue ยท 6 comments

commented

2022-07-25_20 50 48

commented

Please provide a recipe file and mod list, lots of possible conflicts here

commented

1.18.2

commented

2022-07-25_20 55 39
when using ore dictionary blocks in the recipes that happens

commented
event.custom({
        "type": "compactcrafting:miniaturization",
        "recipeSize": 4,
        "layers": [{
                type: 'compactcrafting:mixed',
                pattern: [
                    ["I", "I", "I", "I"],
                    ["I", "C", "C", "I"],
                    ["I", "C", "C", "I"],
                    ["I", "I", "I", "I"]
                ]
            },
            {
                type: 'compactcrafting:mixed',
                pattern: [
                    ["I", "C", "C", "I"],
                    ["C", "-", "-", "C"],
                    ["C", "-", "-", "C"],
                    ["I", "C", "C", "I"]
                ]
            },
            {
                type: 'compactcrafting:mixed',
                pattern: [
                    ["S", "C", "C", "S"],
                    ["C", "-", "-", "C"],
                    ["C", "-", "-", "C"],
                    ["S", "C", "C", "S"]
                ]
            },
            {
                type: 'compactcrafting:mixed',
                pattern: [
                    ["S", "S", "S", "S"],
                    ["S", "C", "C", "S"],
                    ["S", "C", "C", "S"],
                    ["S", "S", "S", "S"]
                ]
            }
        ],
        "catalyst": {
            id: 'nourished_end:end_nucleus',
            Count: 1
        },

        "components": {
            'S': {
                type: 'compactcrafting:block',
                block: 'beyond_earth:steel_block'
            },
            'I': {
                type: 'compactcrafting:block',
                block: 'ftbic:tin_block'
            },
            'C': {
                type: 'compactcrafting:block',
                block: 'ae2:quartz_vibrant_glass'
            }
        },
        "outputs": [{
            id: 'thermal:machine_frame',
            Count: 1
        }]

    })
commented
commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.