Need White Chinese Lantern added

Please update this plugin to support the White Chinese Lantern.

Edit the plugin and go to line 174/175:

                case "chineselantern.deployed":
                return ConsumeType.ChineseLantern;

After line 175, add the following 2 lines:

                case "chineselantern_white.deployed":
                return ConsumeType.ChineseLantern;​

That should cover the white lanterns.