Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
All versions
1.3.0
Release
Ender Steel 1.3.0last year 268
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
[1.3.0] - 2025-06-19
Added
-
New weapon: Void Mace
- Can be charged with up to 4 Ender Pearls or Eyes of Ender (mutually exclusive)
- Ender Pearl (Sneak + Right Click):
- Pulls entities in a 30-degree cone in front of you
- Inflicts Gazing Void and Slowness
- Effect scales with number of pearls
- Eye of Ender (Right Click):
- Dashes in the direction you're facing
- Burns and inflicts Gazing Void on nearby entities
- Effect scales with number of eyes
-
New enchantment: Gravitide
- Exclusive to Ender Steel Scythe
- Each level increases the radius and pull strength of the hit
- Pulls entities toward you on hit and on kill pulls all surrounding entities
Fixed
- Fixed Scythe not being enchantable
- Added missing eye texture for Gazing Void overlay effect
- Resolved various tag-related issues with tools

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

