You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to hide certain items from EMI. I also have JEI installed, and used the following code:
JEIEvents.hideItems(event => {
event.hide('createappliedkinetics:incomplete_logic_processor')
event.hide('createappliedkinetics:incomplete_engineering_processor')
event.hide('createappliedkinetics:incomplete_calculation_processor')
})
This didn't work as the items still show up. Looking at the wiki there is no option for EMI in 1.20.1
Crash report/logs
No response
The text was updated successfully, but these errors were encountered:
Quiero ocultar ciertos elementos de EMI. También tengo instalado JEI y utilicé el siguiente código: JEIEvents.hideItems(event => { event.hide('createappliedkinetics:incomplete_logic_processor') event.hide('createappliedkinetics:incomplete_engineering_processor') event.hide('createappliedkinetics:incomplete_calculation_processor') }) Esto no funcionó porque los elementos siguen apareciendo. En la wiki no hay ninguna opción para EMI en 1.20.1
Minecraft Version
1.20.1
KubeJS Version
2001.6.5-build.16
Rhino Version
2001.2.3-build.6
Architectury Version
9.2.14
Forge/Fabric Version
Forge 47.3.12
Describe your issue
I want to hide certain items from EMI. I also have JEI installed, and used the following code:
JEIEvents.hideItems(event => {
event.hide('createappliedkinetics:incomplete_logic_processor')
event.hide('createappliedkinetics:incomplete_engineering_processor')
event.hide('createappliedkinetics:incomplete_calculation_processor')
})
This didn't work as the items still show up. Looking at the wiki there is no option for EMI in 1.20.1
Crash report/logs
No response
The text was updated successfully, but these errors were encountered: