···2323 // On Fabric, render layer maps are also applied to blocks with cutouts.
2424 BlockRenderLayerMap.INSTANCE.putBlock(ModBlocks.BOOK_BOX.get(), RenderLayer.getCutoutMipped());
2525 // On Fabric, render layer maps are also applied to blocks with translucency.
2626- BlockRenderLayerMap.INSTANCE.putBlocks(RenderLayer.getTranslucent(), ModBlocks.TIME_BOMB.get(), ModBlocks.BIOME_BOTTLE.get());
2626+ BlockRenderLayerMap.INSTANCE.putBlocks(RenderLayer.getTranslucent(),
2727+ ModBlocks.TIME_BOMB.get(),
2828+ ModBlocks.BIOME_BOTTLE.get());
2729 // Render layer maps are also applied to fluids.
2830 BlockRenderLayerMap.INSTANCE.putFluids(RenderLayer.getTranslucent(),
2929- PlatformMethods.getIridescenceStill().get(), PlatformMethods.getIridescenceFlowing().get());
3131+ PlatformMethods.getIridescenceStill().get(),
3232+ PlatformMethods.getIridescenceFlowing().get());
3033 // Common client setup tasks.
3134 InfinityModClient.initializeClient();
3235 // Register model predicates for Transfinite Keys