Skip to content

Instantly share code, notes, and snippets.

@jkunkee
Created May 27, 2019 17:59
Show Gist options
  • Save jkunkee/3ba9f319814581f0d2755c25b9946a4d to your computer and use it in GitHub Desktop.
Save jkunkee/3ba9f319814581f0d2755c25b9946a4d to your computer and use it in GitHub Desktop.
# Chunks with isLightOn were prone to bad lighting updates during the 1.14 update on Realms.
# This NBTExplorer command invalidates the older style's cached ilghting data so the game will recalculate it.
NBTExplorer\NBTUtil\bin\Debug\NBTUtil.exe --path "region\*\*\Level\isLightOn" --setvalue=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment