fix fishbig
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user