
No option to hide items in EMI 1.20.1
Bartgames03 opened this issue · 1 comments
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
Versión de Minecraft
1.20.1
Versión de KubeJS
2001.6.5-build.16
Versión de Rhino
2001.2.3-build.6
Versión de arquitectura
9.2.14
Versión Forge/Fabric
Fragua 47.3.12
Describa su problema
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
Informes/registros de fallos
Sin respuesta
Use jei