Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
chores: rename dumpBlockCorrectTool() to dumpBlockCorrectToolSpecial()
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jun 17, 2024
1 parent 4aa6238 commit 6c6c354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ namespace plugin {
writeNBT("data/block_material_data.nbt", global);
}

void dumpBlockCorrectTool(const ll::Logger &logger) {
logger.info("Dumping correct tool...");
void dumpBlockCorrectToolSpecial(const ll::Logger &logger) {
logger.info("Dumping correct tool special...");

CompoundTag global = CompoundTag();
BlockTypeRegistry::forEachBlock([&global](const BlockLegacy& blockLegacy) {
Expand Down Expand Up @@ -938,7 +938,7 @@ namespace plugin {
if (!folderExists("data")) {
createFolder(logger, "data");
}
dumpBlockCorrectTool(logger);
dumpBlockCorrectToolSpecial(logger);
dumpCommandNameSymbol(logger);
dumpCommonCommandArgData(logger);
dumpFullCommandArgData(logger);
Expand Down

0 comments on commit 6c6c354

Please sign in to comment.