Merging #653, fixes book and name tag inconsistencies
This commit is contained in:
parent
56311bef5b
commit
9aba2b416c
3 changed files with 25 additions and 4 deletions
|
|
@ -191,7 +191,7 @@ const registerAE2Recipes = (event) => {
|
|||
]).id('tfg:crafting/light_detector')
|
||||
|
||||
// Annihilation Core
|
||||
event.shaped('ae2:annihilation_core', [
|
||||
event.shaped('2x ae2:annihilation_core', [
|
||||
'ABA',
|
||||
'BDB',
|
||||
'ABA'
|
||||
|
|
@ -202,7 +202,7 @@ const registerAE2Recipes = (event) => {
|
|||
}).id('tfg:crafting/annihilation_core')
|
||||
|
||||
// Formation Core
|
||||
event.shaped('ae2:formation_core', [
|
||||
event.shaped('2x ae2:formation_core', [
|
||||
'ABA',
|
||||
'BDB',
|
||||
'ABA'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue