added super silly secret item (#2482)
This commit is contained in:
parent
a2c4010e68
commit
7b43091b90
3 changed files with 17 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"removed": [
|
"removed": [
|
||||||
"item:gtceu:sus_record"
|
"item:gtceu:sus_record",
|
||||||
|
"expatternprovider:fishbig"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -869,6 +869,19 @@ const registerExtendedAE2Recipes = (event) => {
|
||||||
.EUt(GTValues.VA[GTValues.IV])
|
.EUt(GTValues.VA[GTValues.IV])
|
||||||
.dimension('ad_astra:moon')
|
.dimension('ad_astra:moon')
|
||||||
|
|
||||||
|
event.recipes.shaped(
|
||||||
|
Item.of('expatternprovider:fishbig'),
|
||||||
|
[
|
||||||
|
'CCC',
|
||||||
|
'CFC',
|
||||||
|
'CCC'
|
||||||
|
],
|
||||||
|
{
|
||||||
|
C: '#tfc:sewing_light_cloth',
|
||||||
|
F: '#minecraft:fishes'
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -246,7 +246,8 @@ global.GTCEU_HIDED_ITEMS = /** @type {const} */ ([
|
||||||
"gtceu:iv_damascus_steel_wrench",
|
"gtceu:iv_damascus_steel_wrench",
|
||||||
"gtceu:lv_damascus_steel_screwdriver",
|
"gtceu:lv_damascus_steel_screwdriver",
|
||||||
|
|
||||||
"gtceu:sus_record"
|
"gtceu:sus_record",
|
||||||
|
"expatternprovider:fishbig"
|
||||||
]);
|
]);
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue