Removed debug message mixin
This commit is contained in:
parent
0544801837
commit
6aade415fb
2 changed files with 0 additions and 10 deletions
|
@ -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();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
"client": [
|
"client": [
|
||||||
"ClientPlayerEntityMixin",
|
"ClientPlayerEntityMixin",
|
||||||
"ClientPlayNetworkHandlerMixin",
|
"ClientPlayNetworkHandlerMixin",
|
||||||
"ClientWorldMixin",
|
|
||||||
"CommandSuggestorMixin",
|
"CommandSuggestorMixin",
|
||||||
"InGameHudMixin",
|
"InGameHudMixin",
|
||||||
"MinecraftClientMixin"
|
"MinecraftClientMixin"
|
||||||
|
|
Loading…
Reference in a new issue