[BUG]
This commit is contained in:
Integer Limit 2024-08-06 20:06:30 +10:00 committed by GitHub
parent 36189efb70
commit aa9400470a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -108,7 +108,7 @@ if (LabsModeHelper.expert) {
mods.gregtech.assembler.recipeBuilder()
.inputs(ore('plateWood'))
.fluidInputs(fluid('glue') * 100)
.circuitMeta(3)
.circuitMeta(1)
.outputs(metaitem('board.coated'))
.duration(100).EUt(VA[ULV])
.buildAndRegister()

View File

@ -36,7 +36,6 @@ if (LabsModeHelper.expert) {
// EIO
mods.jei.category.hideCategory('CombustionGenerator')
mods.jei.category.hideCategory('Enchanter')
mods.jei.category.hideCategory('GrindingBall')
mods.jei.category.hideCategory('SagMill')
mods.jei.category.hideCategory('SolarPanel')