improve codestyle
This commit is contained in:
parent
1526ffcf07
commit
96a4ae16d3
6 changed files with 119 additions and 97 deletions
12
kubejs/client_scripts/mainClientScript.js
Normal file
12
kubejs/client_scripts/mainClientScript.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// priority: 0
|
||||
|
||||
REIEvents.hide('item', event => {
|
||||
hideGTStuff(event)
|
||||
hideTFCStuff(event)
|
||||
hideMinecraftStuff(event)
|
||||
})
|
||||
|
||||
|
||||
REIEvents.groupEntries(event => {
|
||||
groupGTStuff(event)
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue