I have this:
event.shaped(
Item.of('xycraft_machines:collector', 3),
[
' A ',
'BCB',
'DFD'
],
{
A: 'minecraft:ender_pearl',
B: 'xycraft_world:xychorium_gem_light',
C: 'minecraft:redstone',
D: 'xycraft_world:kivi',
F: 'minecraft:chest'
}
)
For D & F, I'd like to be able to use any Kivi block or any chest. How would I do that?