Update to 1.8

This commit is contained in:
2026-05-09 16:51:39 +02:00
parent f5a5fedc4b
commit c388938a8d
15 changed files with 82 additions and 54 deletions
+5
View File
@@ -0,0 +1,5 @@
ServerEvents.recipes((event) => {
event.remove({ output: 'waystones:return_scroll'})
event.remove({ output: 'waystones:blank_scroll'})
event.remove({ output: 'waystones:warp_scroll'})
})