Removed cleanroom requirement from level emitter (#2529)
Remove the cleanroom requirement from the AE2 level emitter, as it can be crafted in a crafting table as well. Signed-off-by: Jeuv <73312791+Jeuvke@users.noreply.github.com>
This commit is contained in:
@@ -1153,7 +1153,6 @@ const registerAE2Recipes = (event) => {
|
||||
.circuit(1)
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
.addMaterialInfo(true)
|
||||
|
||||
// Storage Bus
|
||||
|
||||
Reference in New Issue
Block a user