Tags
Creators
Details
Licensed MIT
Published last year
Updated last month
All versions
3.11.0.0.0
Release
Iskandert's Utilities 3.11.0.0.0last month 62
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Iskandert's Library
Features:
- Area Border Renderer: for mods only, this allows you to highlight an area simply by creating a frame, which can be used to show the operational area of machinery with straightforward working areas.
Iskandert's Utilities
Now Requires: Iskandert's Library 1.9.0.0.0+
Features:
- Ethereal Frame: It is a customisable block with numerous settings, each of which is applied to the other adjacent frames.
- Ethereal Frame Settings: Entity allow/deny filter, optional light blocking and can be reinforced with compatible wither-proof blocks (Wither Proof Block, Obscure Glass, Ethereal Obscure Glass, Netherite Bars).
- Ethereal Glass, Ethereal Glass Pane, and Ethereal Obscure Glass: walk-through glass variants (obscure is wither-proof and blocks light).
- Labeling Machine: it allows you to rename items without having to use the anvil, offering highly advanced features and lore support.
- Crystal Cage: it allows you to transport mobs by trapping them inside the item; it can also change what a spawner spawns if enabled in the config.
- Cystal Cage Trap: ot is a trap plate which, when activated, captures the affected mob and transforms into a base plate, dropping a Crystal Cage containing that mob; the base plate can be transformed back by clicking on an empty Crystal Cage.
Tweaks
- The ‘Nullifiers’ have been improved and now feature a GUI and slightly more advanced control functions.
- Modified area previews for, Temporal Overclocker, Collecting Crate using new Iskandert's Library Area Border Renderer
- The render of the area has been added to the Blazing Altar.
Bug Fixes:
- Added missing langs for Wither Proof Blocks in 26.1.2.
- The name of the Blazing Altar has been corrected in the GUI; it used to be Blazing Brazier.
- Fixed a bug where the Blazing Altar would duplicate items within the GUI.
- GuideME: corrected small errors in player documentation.
- Rubber Boots: now not bounce in 26.1.2.
- Gauntlet of Climbing: now work in 26.1.2.
Optional dependencies
Any compatible version
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:JSu0xUBx:Cfv9lTzK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JSu0xUBx:Cfv9lTzK"
}

