Botanical Addons

Botanical Addons

69.7k Downloads

Phantom Flash lens

yrsegal opened this issue · 7 comments

commented

Phantom Ink + Flash lens
Resulting flashes only visible with the Monocle.

commented

We would need to add a new lens and a new mana flash. If you want me to take it I can, but I'll have to do it after work.

commented

I have a different idea to work on, so if you want to go ahead
On Mon, Nov 16, 2015 at 1:56 PM Crowe [email protected] wrote:

We would need to add a new lens and a new mana flash. If you want me to
take it I can, but I'll have to do it after work.


Reply to this email directly or view it on GitHub
#22 (comment)
.

commented

Reopening as the colors aren't variable at the moment

commented

Other things:

  • Localize it
  • Make it combinable with other lenses
  • Give it a texture (even if it's temporary)
commented

Colors are done

commented

If VazkiiMods/Botania#1574 gets merged this can be closed.

commented

Combination would require a PR to Botania:master

Namely, ItemLens would have to be able to use anything implementing ILens as a combinator
https://github.com/Vazkii/Botania/blob/master/src/main/java/vazkii/botania/common/item/lens/ItemLens.java#l302 is the relevant function