Conversation
|
any plan on updating it to 1.21.6-8 (all 3 versions from 1.21.6 to 1.21.8 are compatible with each other) |
|
For the sake of completeness, what I said about ShaderReload here pretty much applies one to one to DataReload as well (except that I don't think this one is broken in 1.21.9). I have my own project here, which can display datapack errors along with all other log output in VSCode and it has a VSCode command for reloading datapacks, which can also be bound to a shortcut. Additionally, it has a file watcher that, if enabled, can automatically trigger a reload when you save a datapack JSON file (function files have to be enabled separately, because you might not want to risk loading incomplete functions just because you happened to save). Because of this, I've stopped updating DataReload. |
Utility.removeExbecause I noticed some issues when testing the updated version. The new implementation can handle nested exceptions with multipleExceptionName:prefixes in the message while keeping any text with:that appears later in the message.