mods: add some furniture, create enchantments, and the jetpack, and rewrite the dough processing line
This commit is contained in:
3
kubejs/server_scripts/mods/brewery.js
Normal file
3
kubejs/server_scripts/mods/brewery.js
Normal file
@ -0,0 +1,3 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.replaceInput({output: 'brewery:pretzel'}, '#c:wheat', '#forge:dough');
|
||||
});
|
Reference in New Issue
Block a user