AllTheMods / Gravitas2

repo for ATM Gravitas sequel
17 stars 32 forks source link

Apotheosis Recipe Issues #165

Open Azaysol opened 7 months ago

Azaysol commented 7 months ago

The Following Recipes don't seem craftable in game:

Hellshelf of Sight > Required Potion of Night Vision which needs a Golden Carrot that can only be crafted with Vanilla Carrot

Echoing Deepshelf > Requires Echo Shard that can only be obtained in Ancient Cities, Boomer said he found one but didnt find any Shards.

Soul-Touched Deepshelf > Requires Sculk Block, is there a way to obtain this?

Echoing/Soul-Touched Sculkshelf > Requires Warden Tendril, is there a way to obtain this?

Beesshelf > Requires Vanilla Honeycomb/Beehive/Honey

Meloshelf > Requires Vanilla Melon

Stoneshelf > Requires Vanilla Polished Andesite

Vial of Unnaming > Requires Vanilla Honey/Sweet Berries

Radon8472 commented 7 months ago

I am not sure if this is intented, but you can find

BUGProtectionAssociation commented 6 months ago

I think we could use JS add gtm recipe to craft them. Likes Golden Carrot MV Echo Shard UV Sculk Block HV Warden Tendril UV

Radon8472 commented 6 months ago

Why do you not simple replace the vanilla items with their Tfc version.

Psedocode:

replaceInput( vanillaCarrot , tcfCarrot);
replaceInput( vanillaHoney, tfcHoney);
replaceINput( vanillaAndesite, tfcAndesite)

You only need "special" recipes for the items that don`t have an tfc variant, I think