Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated last month
All versions
v4.3.4-1.19.2-Forge
Release
[FORGE] [1.19.2] StylishEffects-v4.3.43 years ago 6,122
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client-side
Required content
Unavailable version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.3.4-1.19.2] - 2023-05-12
Changed
- Effect widgets no longer render while the debug menu is being displayed on Forge as they would render on top due to Forge's internal gui implementation
[v4.3.3-1.19.2] - 2023-03-28
Fixed
- Fixed JEI integration
- The Stylish Effects inventory display is now disabled by default for all Mekanism machines
[v4.3.2-1.19.2] - 2022-10-16
Fixed
- Fixed integration for REI
[v4.3.1-1.19.2] - 2022-10-15
Fixed
- Fixed visual glitch on main menu with FancyMenu mod on Fabric
[v4.3.0-1.19.2] - 2022-08-21
- Compiled for Minecraft 1.19.2
- Updated to Puzzles Lib v4.2.0
[v4.2.0-1.19.1] - 2022-08-01
- Compiled for Minecraft 1.19.1
- Updated to Puzzles Lib v4.1.0
[v4.1.3-1.19] - 2022-07-27
Added
- Re-enabled REI support on Forge
Fixed
- Fixed effect widgets not showing immediately after a new screen is opened
[v4.1.2-1.19] - 2022-07-25
Added
- Added a scale option for all widgets
[v4.1.1-1.19] - 2022-07-23
Fixed
- Reset color after rendering, so that no other screen elements appear with the wrong color
- Fixed effect tooltips rendering when an item is being carried by the cursor
[v4.1.0-1.19] - 2022-07-23
Added
- Added a new api for other mods to allow for compat with various mob effect widget related things
- Added two new widget modes (both adapted from vanilla, but with plenty of customization options)
- Added an option to show a custom effect widget border depending on whether the effect is beneficial or not
Fixed
- Fixed effect tooltips sometimes rendering behind other screen components
Removed
- Removed ability to skip rendering overflowing effects, they'll now always stack on top of each other to prevent overflowing
[v4.0.1-1.19] - 2022-07-22
Added
- Re-added REI support on Fabric (Forge has to wait for an update to REI)
[v4.0.0-1.19] - 2022-07-21
- Ported to Minecraft 1.19
- Split into multi-loader project
Added
- Added JEI support on Fabric
Removed
- Removed support for REI, will come back in the next version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| StylishEffects-v4.3.4-1.19.2-Forge-sources.jar | Unknown | 40 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:onDuQF5e:4ku3sRk0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:onDuQF5e:4ku3sRk0"
}

