Skip to content

Commit c03fddd

Browse files
committed
Change fan splashing catalyst to cutout mipped
1 parent a47d04d commit c03fddd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/hlysine/create_connected/CCBlocks.java

-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ public class CCBlocks {
252252
.noOcclusion()
253253
.isRedstoneConductor((state, level, pos) -> false)
254254
)
255-
.addLayer(() -> RenderType::translucent)
256255
.addLayer(() -> RenderType::cutoutMipped)
257256
.transform(pickaxeOnly())
258257
.transform(FeatureToggle.registerDependent(CCBlocks.EMPTY_FAN_CATALYST))

0 commit comments

Comments
 (0)