Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
1.21.1-2.17.6
Release
Essentials 1.21.1-2.17.6last month 336
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Added a new circuit type by popular request, Bypass Circuits are like Junction Circuits that route two adjacent wires around corners
- Machines are now more consistent on allowed interaction range with the UI. This also fixes not being able to open the UIs on Essentials machines on (Sable ie Create: Aeronautics) contraptions
- Redstone transmitters/receivers no longer conduct strong redstone signals. This is so that adjacent transmitters will no longer interfere if a strong signal is sent into one of them directly from a circuit
- Updated the 'Welcome to Essentials' entry in the guidebook
- Tweaked guidebook formatting
If also playing Crossroads, you'll need Crossroads 1.21.1-2.11.8 or newer for this Essentials 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:M09T0qPI:JBj75QBi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M09T0qPI:JBj75QBi"
}

