Advertisement
oldiBerezko

Untitled

Feb 2nd, 2023
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // .jshintrc file.
  2. {
  3. "esversion": 9,
  4. }
  5. // kbtest.js
  6. onEvent('recipes', event => {
  7. event.removeBrokenRecipes = true
  8. event.remove({mod: 'industialcraft2'})
  9. event.remove({output: 'minecraft:bedrock'})
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement