All versions
0.1.5-beta
Beta
I Love You 0.1.5-betalast week 56
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
I Love You 0.1.5-beta - Updates since 0.1.3-beta
0.1.3 - Wedding Outfits
- Added the Wedding Guest Dress, Classic Black Trousers, Classic Wedding Shoes and Wedding Heels.
- Added recipes, icons and translations for the new formal outfit pieces.
- Fixed trousers covering the torso and fixed footwear rendering at the waist.
0.1.4 - I Love You Guide UI
- Rebuilt the guide as a compact book-style interface for better small-screen support.
- Replaced crowded text tabs with icon buttons and tooltips.
- Improved scroll controls, text wrapping and content spacing.
0.1.5 - Solo Partner, Camera & Album
- Added a custom Solo Partner entity with masculine and feminine variants for solo-player roleplay.
- The Companion Contract creates the masculine partner normally and the feminine partner while sneaking.
- Added the Family Camera, which captures real PNG screenshots of the scene.
- Added the Photos tab in the Family Album to browse I Love You camera memories.
- Album photos now show the complete screenshot in the album frame with the correct aspect ratio.
- Fixed a Companion Contract crash path and included all custom companion client classes in the final JAR.
- Fixed camera filenames so screenshots consistently use the
.pngextension. - The photo gallery can read photos created by early 0.1.5-beta camera builds.
Camera photos are saved locally in the active Minecraft profile's screenshots folder.
Requires Minecraft 1.20.1 and Forge 47.x.
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:iJB9j99A:MojGQr2Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iJB9j99A:MojGQr2Q"
}

