Phantom Flash lens
yrsegal opened this issue · 7 comments
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.
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)
.
Other things:
- Localize it
- Make it combinable with other lenses
- Give it a texture (even if it's temporary)
If VazkiiMods/Botania#1574 gets merged this can be closed.
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