Initial Commit, no changes from existing version

This commit is contained in:
2026-05-02 23:54:45 -05:00
commit 233a6f80b2
271 changed files with 708 additions and 0 deletions
+12
View File
@@ -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'
]
)
})