Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
All versions
2.0.0
Release
Expressions Provider Fabric 2.0.010 months ago 68
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platforms
Fabric
Quilt
Supported environments
Required content
Any compatible version
Changes
- Updated to MiniPlaceholders v3
- Renamed project as ExpressionsProvider
- Unlike other expansions, this expansion has now become a separate project (plugin/mod), which provides placeholders to MiniPlaceholders.
- The way user expressions are loaded has been refactored. They are now created from the expressions.properties file, and no longer require the use of multiple
\characters to nest placeholders. You simply need to have a hierarchy of square brackets. For example, if you start with a quotation mark“and want to place a placeholder argument inside it, you must use the other type of quotation mark', and if another argument is required inside that argument, it must be interspersed with the other type of quotation mark”. The wiki explains this better and provides examples.
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:w8Ef4LoC:dlnLncQN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w8Ef4LoC:dlnLncQN"
}

