Skip to content

Commit

Permalink
don't tint cherry leaves
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Dec 8, 2023
1 parent 648f82b commit 1eaf0f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Tinter/TinterManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ public function getTinter(ResourceLocator $modelLocator): ?Tinterface
}

if (in_array($modelLocator->getPath(), [
"block/oak_leaves",
"block/birch_leaves",
"block/acacia_leaves",
"block/jungle_leaves",
"block/spruce_leaves",
"block/dark_oak_leaves",
"block/mangrove_leaves",
"item/lily_pad",
"block/leaves",
"item/grass",
"item/short_grass",
"item/tall_grass",
Expand Down

0 comments on commit 1eaf0f2

Please sign in to comment.