Skip to content

Commit

Permalink
remove debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eragaxshim committed Sep 23, 2024
1 parent 0ef7b2e commit 14219d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ private void determineTextures(@Nullable Material material, @Nullable FluidStora
if (hasCustomFlowing) {
flowing = new ResourceLocation(modid, "block/fluids/fluid." + name + "_flow");
} else {
// debug flowing
flowing = new ResourceLocation(modid, "block/fluids/fluid." + name + "_flow");
flowing = still;
}
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14219d6

Please sign in to comment.