All versions
v1.1.0
Release
Forge 1.19.2-v1.1.04 years ago 237
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
Added
RecipeIngredientand implementations for more modular item, fluid ingredients etc.RecipeOutput,RecipeOutputSet, and item/fluid implementationsModularRecipefor recipes that can input/output fluids and items, and can require processing times/energy consumptionFluidStack#getTooltip, along with a per-instance tooltip cache that is only created when it's queried for the first time.FluidStack#setTag, because I guess I forgot it before oopsDrawableand its subclasses for configurable renderable things that aren't Gizmos - eventually Gizmos will be restructured to use this interfaceDrawableswith a bunch of convenient drawable instances, such as slots, recipe arrows (with filling variants), burn indicators etc.
Changed
- Moved some rendering things around, like
Texture- now found among drawables. - Some refactoring with gizmos to account for the above additions and changes.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Nifty-forge-1.19.2-1.1.0-sources.jar | Unknown | 19.55 KiB |
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:IlyLeWOY:GpAnVdnn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IlyLeWOY:GpAnVdnn"
}

