2.0.0
Compatibility
Required content
Changes
Create: Lemonmates 2.0.0 - Ice'n'Slice
Summer is here, Pride month has started too; and this update is finished just in time for both.
Refresh yourself with a new way to drink lemonade, and express who you are with fancy new decorations.
New Feature
- Lemonade Jugs Store lemonades in these fancy containers, or pour them into the all new
- Lemonade Glasses Fill them with lemonade from the jugs, decorated with straws, umbrellas, fruit slices and ice cubes
New Items
- Straws in various designs, including pride flags, made from cardboard - you might even be able to find an easteregg
- Little umbrellas in 4 designs, made from wool, dyes and wood
- Ice cubes, obtained from crushing ice blocks
- Lemonade glass, made from glass panes and blocks
- Lemonade jugs in 2 variants, made from either glass or brick
Other Additions
- Fruits are now valid potato canon projectiles
- When the mod "quark" is installed and the direct chest boat crafting active, you can also craft citron and orange chest boats directly
- German translation - if you wish to help with other translations, you can do so by submitting a pull request
Changes
- All current contributors & team members have received a splash text, as well as some general ones
- Ingame mod icon has been updated to reflect the new style
- bumped minimum neoforge (21.1.219) and create (6.0.7) versions
Fixes
- z-fighting on bottles between bottle and label
Special Thanks to
- DakotaPride for their coding making the whole function possible & countless bug fixes
- mbarnic for his models of jugs, glass and all decorations

Optional dependencies
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:V142lgtk:cb5Nh3BF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V142lgtk:cb5Nh3BF"
}

