
forge-essentials
Forge Essentials aims to provide a suite of powerful fully server-side utilities to make running, administrating and using a server better and easier. This mod only needs to be installed on the server and should not be installed at all on the client.
Tags
Creators
Details
7.5.3
Compatibility
Changes
What's Changed * Fix debug message, so it doesn't kick the client! by @spacebuilder2020 in https://github.com/ForgeEssentials/ForgeEssentials/pull/2704 * Remove log spam! by @spacebuilder2020 in https://github.com/ForgeEssentials/ForgeEssentials/pull/2713 * Fix Sign edit on 1.7.10 by @spacebuilder2020 in https://github.com/ForgeEssentials/ForgeEssentials/pull/2716 * 1.7.10/fix discord alias by @spacebuilder2020 in https://github.com/ForgeEssentials/ForgeEssentials/pull/2718 * fix buildscript using new version on gtnh maven (temporary fix) by @mist475 in https://github.com/ForgeEssentials/ForgeEssentials/pull/2720 ## New Contributors * @mist475 made their first contribution in https://github.com/ForgeEssentials/ForgeEssentials/pull/2720 Full Changelog: https://github.com/ForgeEssentials/ForgeEssentials/compare/7.5.1...7.5.3
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:jnuVxwKf:AVC4Ye2R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jnuVxwKf:AVC4Ye2R"
}
