Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
Updated 2 weeks ago
All versions
1.20.1-forge-3.0.0
Release
Heartpouch v3.0.0 for mc 1.20.1 Forge2 weeks ago 18
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
Added
- JEI integration:
ModJeiPlugin, JEI display records, recipe types (HeartPouchJeiTypes) and crafting extensions for pouch dyeing and pouch-from-wool. - New custom recipes:
PouchDyeRecipeandPouchFromWoolRecipeplusModRecipeSerializersand recipe JSONs. - Item color support and client color handler for
HEARTSTONE_POUCH. - New dyeable item model and overlay textures;
issueTrackerURLinmods.toml; generated.cachein.gitignore
Changed
- Bumped
mod_versionto 3.0.0 and updated dependency versions (JEI and RaccoonCore entries) andbuild.gradle(addedmavenLocal, adjusted JEI deps). HeartPouchnow exposesid(String)helper, registersModRecipeSerializers, and usesMth.clampinHeartPouchData(removed custom clamp helpers).ModRecipeProviderswitched toRaccoonSpecialRecipeBuilderto save special recipe IDs.- Removed the old single-layer item model provider and adjusted data generation.
Fixed
- Suppressed creative tab constant warnings and cleaned up generated/obsolete resource files.
Notes: This change wires JEI displays to the special recipes and updates assets to support dyeing/overlay rendering.
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:egMqHKFk:muAqBIpI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:egMqHKFk:muAqBIpI"
}

