Create Paper Line
Automated production path for creating books from trees.
Main Features
The mod adds a simple dryer machine with its own recipe type create_paper_line:drying. Includes recipes for mixing, crushing, milling, and sequential assembly. Fully integrated with JEI, Jade, and KubeJS for the dryer.
Planned Updates
In development are Ponder scenes, progression tweaking, achievements, particles, and possibly new textures. Also planned is documentation for KubeJS examples and uploading production line schematics.
Dryer Recipes
To create recipes, you need to specify ingredient (one item or tag) and result (one item stack). The processingTime parameter is optional and defaults to 1.
Dryer Recipe Example (included in the mod)
{
"type": "create_paper_line:dryer",
"ingredient": {
"item": "create_paper_line:wet_cardboard_sheet"
},
"result": {
"item": "create_paper_line:cardboard_sheet"
},
"processingTime": 400
}