![Compact Crafting](https://media.forgecdn.net/avatars/thumbnails/324/502/256/256/637440523810696496.png)
Ae2 quartz glass doesnt render
Leclowndu93150 opened this issue ยท 6 comments
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
}]
})