Skip to content

Commit

Permalink
Remove debug for block entities
Browse files Browse the repository at this point in the history
  • Loading branch information
KCodeYT authored Jun 12, 2022
1 parent f38671a commit 574fcc0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public class BlockEntityData {
}

public static void direct(VanillaServer vanillaServer, FullChunk fullChunk, CompoundTag baseTag) {
System.out.println(baseTag);
CREATOR_MAP.getOrDefault(baseTag.getString("id"), BASIC_CREATOR).createBlockEntity(vanillaServer, fullChunk, baseTag);
}

Expand Down

0 comments on commit 574fcc0

Please sign in to comment.