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

@ -1,5 +1,6 @@
{
"removed": [
"item:gtceu:sus_record"
"item:gtceu:sus_record",
"expatternprovider:fishbig"
]
}

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
}

View file

@ -246,7 +246,8 @@ global.GTCEU_HIDED_ITEMS = /** @type {const} */ ([
"gtceu:iv_damascus_steel_wrench",
"gtceu:lv_damascus_steel_screwdriver",
"gtceu:sus_record"
"gtceu:sus_record",
"expatternprovider:fishbig"
]);
//#endregion