Skip to content

Commit

Permalink
remove blood container model debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Mar 14, 2024
1 parent a863ca7 commit 81c70b2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ static void onModelBakeEvent(@NotNull ModelEvent.ModifyBakingResult event) {
ArrayList<ResourceLocation> modelLocations = Lists.newArrayList();

for (ResourceLocation modelLoc : registry.keySet()) {
if(modelLoc.getPath().contains("fluid")){
LOGGER.info(modelLoc);
}
if (modelLoc.getNamespace().equals(REFERENCE.MODID) && modelLoc.getPath().equals(ModBlocks.BLOOD_CONTAINER.getId().getPath())) {
modelLocations.add(modelLoc);
}
Expand Down

0 comments on commit 81c70b2

Please sign in to comment.