Removed debug message mixin

This commit is contained in:
Harry Zhou 2022-07-02 22:10:08 -05:00
parent 0544801837
commit 6aade415fb
2 changed files with 0 additions and 10 deletions

View file

@ -28,13 +28,4 @@ public class ClientWorldMixin {
}
}
}
// public String getBlockString(BlockState state) {
// Block block = state.getBlock();
// if (block instanceof NoteBlock) {
// NoteBlock block = (NoteBlock) block;
// } else {
// return state.toString();
// }
// }
}

View file

@ -8,7 +8,6 @@
"client": [
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin",
"ClientWorldMixin",
"CommandSuggestorMixin",
"InGameHudMixin",
"MinecraftClientMixin"