Please update this plugin to support the White Chinese Lantern.
Need White Chinese Lantern added
The plugin Night Lantern https://umod.org/plugins/night-lantern does have a working fix to have White Chinese lanterns that consume no fuel.
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.