1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/kubejs[dw]/server_scripts/recipes/bigreactors.js
2021-02-06 12:01:02 +01:00

5 lines
250 B
JavaScript

// priority: 99
events.listen('recipes', event => {
event.remove({id: 'bigreactors:misc/book/erguide'})
event.shapeless(Item.of('patchouli:guide_book', {"patchouli:book":"bigreactors:erguide"}), ['minecraft:book', '#forge:ingots/uranium'])
})