#priority 2600 /* SkyFactory 4 Leaves OreDict Script. */ import crafttweaker.item.IItemStack; var wildcardLeaves as IItemStack[] = [ , , , , , ]; for wildcardLeaf in wildcardLeaves { if (!(.empty) & has wildcardLeaf) { .remove(wildcardLeaf); } for subItem in wildcardLeaf.definition.subItems { if (!( has subItem)) { .add(subItem); } } }