copy/paste item
Goten87 opened this issue ยท 2 comments
will be nice if there will be a item that can copy and paste crafter setups
to make it eazyer to make more then 1 of the same setup
like me i have 4 cobble compressers will be nice if i can setup one time and then copy paste it
Just going to point out that CoFHLib has an interface for this - IPortableData.
https://github.com/CoFH/CoFHLib/blob/master/src/main/java/cofh/api/tileentity/IPortableData.java
If you're compatible with that, then RedPrints will work to copy/paste :)