Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
All versions
1.0.0-PRE-20
Beta
PRE-20 | A new Sparkle-Juice on the menu! 4 years ago 789
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Paper
Purpur
Changes
Hey!
Another Sparkle-Update for you, and it's for free!
*In most cases, you want the -Runnable.jar!
- Chore(deps): Bump ktor-client-cio from 2.1.2 to 2.1.3 by @dependabot in https://github.com/TheFruxz/Sparkle/pull/22
- Chore(deps): Bump ktor-client-core-jvm from 2.1.2 to 2.1.3 by @dependabot in https://github.com/TheFruxz/Sparkle/pull/19
- Chore(deps): Bump ktor-serialization-kotlinx-json from 2.1.2 to 2.1.3 by @dependabot in https://github.com/TheFruxz/Sparkle/pull/20
- Chore(deps): Bump ktor-client-content-negotiation from 2.1.2 to 2.1.3 by @dependabot in https://github.com/TheFruxz/Sparkle/pull/21
- chore: code cleanup
- feature: introduce (partially experimental) canvas renderer
- feature: improved quick sandbox labeling
- feature: improved canvas DSL API
- feature: add maxOutFood function
- feature: add deferred items support to canvas pagination
- feature: more inventory API
- feature: more global plugin API
- feature: executor type limitation inside branches
- feature: reworked markers
- chore: updated Ascend and Stacked
- feature: add shapeToStructure function to shapes
- feature: add several new completion assets, like files
- fix: create fewer dispatchers
- feature: add easy-to-use hand properties
- fix: non-respect launching
- feature: new item receive library sound
- feature: add customizable usage reactions to interchanges
- feature: improved coroutine routing
- fix: remove last-update view in the app list, if no updates are enabled
- feature: more modern component access API
- feature: warnings at interchange-branch execution override
- fix: wrong log source output
- fix: wrong update messages
- fix: remove unused placeholder API references
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Sparkle-1.0.0-PRE-20.jar | Unknown | 1.93 MiB |
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:18DGRA2p:EUYvIP6f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:18DGRA2p:EUYvIP6f"
}


