mysterious cube recipe
This commit is contained in:
parent
fdfca2ecc8
commit
4615f3564a
1 changed files with 14 additions and 0 deletions
|
|
@ -2216,4 +2216,18 @@ const registerAE2Recipes = (event) => {
|
|||
.duration(150)
|
||||
.EUt(2)
|
||||
.category(GTRecipeCategories.MACERATOR_RECYCLING)
|
||||
|
||||
// other deco
|
||||
|
||||
event.shaped('ae2:not_so_mysterious_cube', [
|
||||
' A ',
|
||||
'BCD',
|
||||
' E '
|
||||
], {
|
||||
A: 'ae2:calculation_processor_press',
|
||||
B: 'ae2:engineering_processor_press',
|
||||
C: 'ae2:fluix_block',
|
||||
D: 'ae2:logic_processor_press',
|
||||
E: 'ae2:silicon_press'
|
||||
}).id('tfg:shaped/not_so_mysterious_cube')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue