IMAGE
MovingLight uses a network packet sent to the client to achieve a moving light source that does not modify the world and leaves no blocks behind.
Configuration File
Open source: https://github.com/Redbeanw44602/LiteLoaderMods
Thanks:
LiteLDev
Does it leave a light block?
MovingLight uses a network packet sent to the client to achieve a moving light source that does not modify the world and leaves no blocks behind.
Configuration File
JSON:
{
// Whether to enable the plugin.
"enabled": true,
// Glowing items, generally the default configuration can be.
"items": {
"minecraft:amethyst_cluster": 5,
...
},
// Off-hand switched items, generally the default configuration can be.
"offhand": [
"minecraft:campfire",
...
],
"version": 100
}
Thanks:
LiteLDev