Create Paper Line
Modby oierbravo
Automation line around paper and books.
Type
Mod
CurseForge Downloads
20,076
CurseForge ID
899724
Last Updated
Jun 14, 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
Similar Mods
Mass Inscriber
Allows usage of entire stacks in the AE2 Inscriber
Mod
200,729
Resource Cracker/Tools
Gather Resources with ease.
Mod
200,699
Gravity Changer (qouteall fork)
Change gravity direction
Mod
200,644
Path of the Wizard [Pufferfish's Skills X Wizards (RPG Series)]
A custom Pufferfish Skills tree focused on wizardry and spellcasting
Mod
200,597
Apothic Tooltip Cleanup
Cleans up Apotheosis affix and gem tooltips. Truncate affix lists, compact gem displays, and merge empty sockets.
Mod
200,589
OffHandBanning
A mod that allows you to ban specific items on your off-hand.
Mod
200,561