forked from copygirl/heck
parent
47aa604220
commit
503e53bb82
3 changed files with 11 additions and 1 deletions
@ -0,0 +1,5 @@ |
||||
// priority: 0
|
||||
|
||||
onEvent("jei.hide.items", event => { |
||||
event.hide(/^quark:.*limestone.*$/); |
||||
}); |
@ -0,0 +1,5 @@ |
||||
// priority: 0
|
||||
|
||||
onEvent("recipes", event => { |
||||
event.remove({ output: /^quark:.*limestone.*$/ }); |
||||
}); |
Loading…
Reference in new issue