added super silly secret item (#2482)

This commit is contained in:
glitch714 2025-12-20 10:22:24 -08:00 committed by GitHub
parent a2c4010e68
commit 7b43091b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 2 deletions

View file

@ -869,6 +869,19 @@ 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'
}
)
//#endregion
}