userDev.from(delayedZipTree(BINPATCH_TMP), new CopyInto("", "devbinpatches.pack.lzma"));
userDev.from(delayedFileTree("{FML_DIR}/src/main/resources"), new CopyInto("src/main/resources"));
userDev.from(delayedFileTree("src/main/resources"), new CopyInto("src/main/resources"));
userDev.from(delayedZipTree(DevConstants.USERDEV_SRG_SRC), new CopyInto("src/main/java"));
userDev.from(delayedFile(DEOBF_DATA), new CopyInto("src/main/resources/"));
userDev.from(delayedFileTree("{MAPPINGS_DIR}"), new CopyInto("conf", "astyle.cfg", "exceptor.json", "*.csv", "!packages.csv"));
userDev.from(delayedFileTree("{MAPPINGS_DIR}/patches"), new CopyInto("conf"));
userDev.from(delayedFile(MERGE_CFG), new CopyInto("conf"));
userDev.from(delayedFile(NOTCH_2_SRG_SRG), new CopyInto("conf"));
userDev.from(delayedFile(SRG_EXC), new CopyInto("conf"));
userDev.from(delayedFile(FML_VERSIONF), new CopyInto("src/main/resources"));