1.0.0
Compatibility
Changes
šØ Custom Wallpaper Mod ā Personalize Your Minecraft Experience
Transform your Minecraft menu into something truly yours. Replace boring default backgrounds with stunning custom wallpapers in high quality ā from simple aesthetics to full 4K visuals.
⨠Features
š¼ļø Full Custom Background Support Set your own wallpapers for Minecraft's main menu Supports: PNG JPG JPEG šŗ High Resolution Ready
Compatible with:
720p 1080p (Full HD) 1440p (2K) 2160p (4K) ā” Lightweight & Optimized Smooth performance Minimal resource usage Fast loading š® Personalized Experience
Perfect for:
Custom modpacks Themed setups Aesthetic launch screens Personal branding
š How To Use
-
Step 1:
-
Install the mod normally in your {mods} folder.
-
Step 2:
-
Launch Minecraft once to generate the config folder.
-
Step 3:
-
Open the custom wallpaper settings by ; button
-
Step 4:
-
Select your preferred image file:
.png .jpg .jpeg
-Step 5:
- Press done button or Wait 5 second to Reload the Game
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:W49AR7Eq:mnHXZcwc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W49AR7Eq:mnHXZcwc"
}

