mods: add some furniture, create enchantments, and the jetpack, and rewrite the dough processing line

This commit is contained in:
2025-06-15 15:35:22 +02:00
parent e36994e537
commit 0f75163bae
14 changed files with 210 additions and 42 deletions

View File

@ -0,0 +1,3 @@
ServerEvents.recipes(event => {
event.replaceInput({output: 'brewery:pretzel'}, '#c:wheat', '#forge:dough');
});