diff --git a/src/Plugin.cpp b/src/Plugin.cpp index 9a9639f9..a24e4ffe 100644 --- a/src/Plugin.cpp +++ b/src/Plugin.cpp @@ -497,7 +497,7 @@ namespace plugin { } return true; }); - writeNBT("data/block_correct_tool.nbt", global); + writeNBT("data/block_correct_tool_special.nbt", global); } bool compareCmdSymbolByIndex(const CommandRegistry::Symbol &s1, const CommandRegistry::Symbol &s2) {