Mineuniverse
Log in Register
Mods

Create Paper Line

Automation line around paper and books.
by oierbravo
Download Claim this project
20,200 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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.

create_paper_line-1.20.1-0.2.0.h
MC 1.20.1, Forge
Release 2024-09-21 Get

More from oierbravo

Trading station
99,755
Create Mechanical Chicken
914,452
Create Sifting
8,075,341
Water condenser
79,189
Create Mechanical Extruder
6,759,184
Create: Mechanical teleporter
5,899

You Might Also Like

Create : Creating Space
Create: Creating Space is a mod that allow you to create rocket using contraptions and go to other planets.
984,375
Create: Quality Of Life
Adds quality of life things for Create Mod
982,776
Create: Haven Qualities
Add more blocks, items and recipes, an addon for Create.
971,630
Create: Better Villager (Fabric/Forge/NeoForge)
[Create-6.0.6 (✓) ]Create: Better Villager that adds a host of Create-mod villager professions | Forge/Neoforge and Fabric
968,702
Create: Stuff 'N Additions - Tank Fix (Spout, Curios & Upgrade)
Adds Spout filling, Curios slots, and Sophisticated Core Tank Upgrade integration for Create SA Tanks on NeoForge 1.21.1.
99,667
Create: Creator Sword
Adds more weapon options that combine combat functionality with Create Mod's mechanical features, providing both utility and combat efficiency.
99,556