[Request] Add support to Buildcraft blueprints
frenchiveruti opened this issue ยท 10 comments
So, it would be nice if I could copy the crops and the channels and sprinklers in a blueprint for fast building my farms on my games.
Thanks
Oh, I'm sorry, I didn't edit the title as I intended to. But yes, I mean Buildcraft Blueprints, the architect table doesn't recognize AgrICraft stuff.
Ok, if it helps, @Mineshopper from carpenter blocks did something similar, and it's code it's on GitHub.
I hope you can make it work!
I'm going to delay this until 1.8 because I want to bring this update asap (it has been postponed long enough now).
I had a look at the BC schematic API and I don't think I can implement this in a day, it will require some trial and error.
If it helps, the way it was done was specifying block drops in Block.getDrops() method in 1.7. But I recall that there were a few different ways BC could identify block parts. The difficulty was getting block parts to drop only under certain situations in Carpenter's Blocks.