fix fishbig
This commit is contained in:
parent
bbd0dbd947
commit
72f20ea7fb
1 changed files with 8 additions and 12 deletions
|
|
@ -869,18 +869,14 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
.EUt(GTValues.VA[GTValues.IV])
|
||||
.dimension('ad_astra:moon')
|
||||
|
||||
event.recipes.shaped(
|
||||
Item.of('expatternprovider:fishbig'),
|
||||
[
|
||||
'CCC',
|
||||
'CFC',
|
||||
'CCC'
|
||||
],
|
||||
{
|
||||
C: '#tfc:sewing_light_cloth',
|
||||
F: '#minecraft:fishes'
|
||||
}
|
||||
)
|
||||
event.shaped('expatternprovider:fishbig', [
|
||||
'CCC',
|
||||
'CFC',
|
||||
'CCC'
|
||||
], {
|
||||
C: '#tfc:sewing_light_cloth',
|
||||
F: '#minecraft:fishes'
|
||||
}).id('tfg:shaped/fishbig')
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue