Skip to content

Commit

Permalink
Gregify printed book
Browse files Browse the repository at this point in the history
  • Loading branch information
lonevox committed Dec 17, 2023
1 parent 429af8b commit c3b13f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kubejs/server_scripts/Mods/cc_tweaked.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ ServerEvents.recipes( event => {
.EUt(480)
.circuit(1)

// Printed book
event.remove({ id: 'computercraft:printed_book' })
event.shapeless('computercraft:printed_book', [
'minecraft:book',
'computercraft:printed_page',
'minecraft:string'
])

// Disks
event.recipes.gtceu.assembler('computercraft:disk_16')
.itemInputs('gtceu:glass_lens', '4x gtceu:aluminium_foil', '4x gtceu:polyethylene_foil')
Expand Down

0 comments on commit c3b13f3

Please sign in to comment.