Tags
Creators
Details
Licensed MIT
Published last year
Updated 11 months ago
All versions
2.2.0
Release
Simple Resources 2.2.0last year 58
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Server-side
Required content
Changes
- Added a config which contains the users preferred extension and an option to send datapack reload errors as feedback to the user
- Config file extensions are no longer specified when creating the config, but the users preferred extension is used
- When using the /reload command, the errors from loading datapacks are now sent to the user which used /reload (similarly to how /simpleResources reload does) - can be disabled in the config
- Changed the /reloadConfig and /reloadServerConfig to /simpleResources and /simpleResourcesServer, now allows converting configs between different file types using /simpleResources convert
- Fixed an error when which caused the generation of a config with a non-json extension to fail
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| SimpleResources-2.2.0-sources.jar | Unknown | 46.08 KiB |
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:idl3Q99Y:M36GghRJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:idl3Q99Y:M36GghRJ"
}

