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:
parent
0dbb9ac78f
commit
952d14cf5a
1 changed files with 0 additions and 1 deletions
|
|
@ -1153,7 +1153,6 @@ const registerAE2Recipes = (event) => {
|
|||
.circuit(1)
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
.addMaterialInfo(true)
|
||||
|
||||
// Storage Bus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue