1.0.0
Compatibility
Changes
EN :
Pinky
Pinky is a stylish in-game music player mod for Minecraft that lets you listen to your own music directly inside the game.
Drop your .mp3 or .flac files into the automatically created music folder and play them through a clean pink-themed interface without leaving Minecraft.
Features
- Built-in music player GUI
- Supports
.mp3and.flac - Automatically creates a local
musicfolder - Play your own songs directly in Minecraft
- Lightweight and simple to use
- Custom pink aesthetic UI
- Works completely offline
How To Use
- Install the mod
- Launch Minecraft once
- Open the generated
musicfolder - Put your music files inside
- Open the Pinky player in-game and enjoy
Supported Formats
- MP3
- FLAC
Notes
- This mod is client-side
- Your music files are stored locally on your PC
- Designed for Forge 1.20.1
Made for people who want their Minecraft sessions to feel more personal and atmospheric.
RU :
Pinky
Pinky — это музыкальный плеер прямо внутри Minecraft, который позволяет слушать свою музыку во время игры.
Просто закинь .mp3 или .flac файлы в автоматически созданную папку music и наслаждайся музыкой через стильный розовый интерфейс, не сворачивая игру.
Возможности
- Встроенный музыкальный плеер
- Поддержка
.mp3и.flac - Автоматическое создание папки
music - Воспроизведение собственной музыки прямо в Minecraft
- Красивый розовый интерфейс
- Простое и лёгкое использование
- Полностью оффлайн работа
Как использовать
- Установите мод
- Запустите Minecraft один раз
- Откройте созданную папку
music - Переместите туда свои музыкальные файлы
- Откройте плеер Pinky в игре и наслаждайтесь музыкой
Поддерживаемые форматы
- MP3
- FLAC
Дополнительно
- Мод работает только на клиенте
- Музыка хранится локально на вашем ПК
- Разработано для Forge 1.20.1
Pinky создан для тех, кто хочет сделать свои Minecraft-сессии более атмосферными и уютными.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:zFQkMEIr:2Px4GRaB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zFQkMEIr:2Px4GRaB"
}

