add recipe for new pattern box
This commit is contained in:
parent
3bf4bc7d96
commit
6ac1272eb3
1 changed files with 11 additions and 0 deletions
|
|
@ -807,6 +807,17 @@ global.MINECRAFT_DYE_NAMES.forEach(dye => {
|
|||
.duration(200)
|
||||
.EUt(480)
|
||||
|
||||
// Pattern box
|
||||
|
||||
event.shaped('ae2:pattern_box', [
|
||||
'ABA',
|
||||
'CAC'
|
||||
], {
|
||||
A: 'create:cardboard',
|
||||
B: 'ae2:blank_pattern',
|
||||
C: '#forge:fine_wires/red_alloy'
|
||||
}).id('tfg:shaped/ae2_pattern_box')
|
||||
|
||||
// Annihilation Core
|
||||
|
||||
event.recipes.gtceu.assembler('ae2:annihilation_core')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue