Initial Commit, no changes from existing version
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
ServerEvents.recipes(event => {
|
||||
console.log('Recipe event fired.')
|
||||
event.remove({ output: 'envelope:letter_and_quill' })
|
||||
event.shapeless(
|
||||
Item.of('envelope:letter_and_quill', 1),
|
||||
[
|
||||
'minecraft:paper',
|
||||
'#minecraft:coals'
|
||||
]
|
||||
)
|
||||
})
|
||||
Reference in New Issue
Block a user