Create Paper Line
Modby oierbravo
Automation line around paper and books.
Type
Mod
CurseForge Downloads
20,434
CurseForge ID
899724
Last Updated
Jul 28, 2026
Description
Create Paper Line
Automation path for making books from trees.
Features
- Dryer simple machine with custom recipe type. create_paper_line:drying
- Create recipes for mixing, crushing, milling and sequenced assemply.
- JEI integration.
- Jade integration.
- KubeJS integration for the dryer.
- Production line schematic file available in the source repository.
Pending Features:
- Ponder scenes.
- Progression tweaking.
- Achievements.
- Particles.
- New textures!? (I'll try).
Drying recipes:
- ingredient is required. One item or tag.
- result is required. One itemStack.
- processingTime is optional. Default 1.
Drying recipe example(included):
{ "type": "create_paper_line:drying", "ingredient": { "item": "create_paper_line:wet_cardboard_sheet" }, "result": { "item": "create_paper_line:cardboard_sheet" }, "processingTime": 400 }KubeJS integration (Requires KubeJS 6.1)
ServerEvents.recipes(event => { //With default processing time (100) event.recipes.createPaperLineDrying(Item.of("minecraft:white_wool"),Item.of("minecraft:stone")) //With custom processing time event.recipes.createPaperLineDrying(Item.of("minecraft:red_wool"),Item.of("minecraft:cobblestone")).processingTime(500); })Thanks to all the translators.
- es_es: albertosaurio65
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
RouterRebornLib
You will need this library for RouterReborn and Conduits
Mishang Urban Construction
An amount of blocks and items that make a beautiful city!
TFCGyres-OreHints
Lowcode mod to add hint rocks that generate above TFC mineral veins, also buffs some veins that were too rare.
J.A.C.M Just Another Chisel
A port of Chisel Mod for modern versions
Extended Reach
Extends the block, item and entity reach
Better Creeper Mod
Better Creeper Mod prevents block damage and item damage from Creeper explosions.