thephoenixlodge / Heavens-of-Sorcery

Heavens of Sorcery modpack for MC 1.12.2. Developed by thephoenixlodge for ItsLewdicolo
MIT License
12 stars 4 forks source link

Focus Medium: Projectile is impossible to complete. #115

Open Jorvalt opened 3 years ago

Jorvalt commented 3 years ago

One of the requirements for unlocking this node in the Thaumcraft Auromancy tree is to be hit by a Ghast or Blaze fireball. Electroblob's Wizardry changes the projectile and the only way to fix this is to disable the projectile change in the config, which is not default here. So good luck doing this on a server.

ackeri commented 3 years ago

Seconded that this is an issue, but it isn't actually impossible. Not sure what works but I unlocked this research on my game.

Jorvalt commented 3 years ago

Seconded that this is an issue, but it isn't actually impossible. Not sure what works but I unlocked this research on my game.

It shouldn't be unless you changed the Electroblob's config. Afaik it replaces the entity itself so there's no possible way to get it even if you spawn it in.

ewanm89 commented 3 years ago

Yeah, Electrobob's code looks is on the entity spawn event, if it sees it is the vanilla fireball it then cancels that entity, thereby killing it, and spawns it's own entity.

Thaumcraft is not fully integrated, we have plans for how to fix this in the works.

merphle commented 3 years ago

Try hitting yourself with a fire charge thrown by a vanilla dispenser? It's been a while since I last Thaumcrafted, but I think this works as an alternative to the Ghast and Blaze attacks. Only question is whether the fire charge event is also caught by Electrobob.

Jorvalt commented 3 years ago

Try hitting yourself with a fire charge thrown by a vanilla dispenser? It's been a while since I last Thaumcrafted, but I think this works as an alternative to the Ghast and Blaze attacks. Only question is whether the fire charge event is also caught by Electrobob.

As ewanm said, Electroblob's kills the vanilla fireball entity and replaces it. The fire charge in a dispenser will spawn a vanilla fireball, therefore this still doesn't work.