I am wondering if someone has found a way to automate mystcraft notebooks "cleanup"?
I'm playing with BoP and there are tons and tons of biomes and I'd like to have a clean biome notebook with no page duplicates in it.
I tried looking into openperipherals for opening the notebook but it can only opens objects that are put in the world and since there is no way to put a notebook down as a block I can't open it.
The best idea I've had so far is:
chest|turtle|chest
====|void chest|====
The turtle reads the page name info from the items in the chest compares them to a table containing all the previously read page names and either dump it in the other chest if it's a new page or in the void chest if it's a known page(and saving the table to file if it's a new one).
It's ok but not really pretty...
I'm wondering if someone has a better way?
I'm playing with BoP and there are tons and tons of biomes and I'd like to have a clean biome notebook with no page duplicates in it.
I tried looking into openperipherals for opening the notebook but it can only opens objects that are put in the world and since there is no way to put a notebook down as a block I can't open it.
The best idea I've had so far is:
chest|turtle|chest
====|void chest|====
The turtle reads the page name info from the items in the chest compares them to a table containing all the previously read page names and either dump it in the other chest if it's a new page or in the void chest if it's a known page(and saving the table to file if it's a new one).
It's ok but not really pretty...
I'm wondering if someone has a better way?