Tags
Creators
Details
2.5.0
Compatibility
Changes
Hello Everyone! I'm switching to a more non-technical change log style
Starting with ReSync: The UI got a whole revamp to a more professional and intuitive design ReSync Studio now supports Advancements, And Dialogs. As well as fixes for Chat, Recipes, and GUI designers Functions are now the star of the show, almost all triggers of GUIs/Recipes/Advancements should be used with a function. You can now open functions directly from anywhere, including the flow editor Many, and I mean MANY fixes for the overall ReSync experience. Please report any small problem that you happen to find.
Remotely got a punch of reliability fixes for the Local Server Controller, that should hopefully fix many critical issues. This time it's not only hope though, any issues that the controller has will be shown in Remotely as an error notification to make debugging easier. File deletion in the File Explorer now defaults to trashing them, pressing shift+delete will show a popup warning you about the permanent deletion. Some fixes and improvements to the file editor has been made too, mainly around Workspaces. As well as General Remotely fixes.
Remember to Report all bugs immediately! Not matter how small they are... This might be the last release for the upcoming 2 weeks if no bugs where found, due to final exams. Because of that, this release does have some missing pieces, including: ReSync Marketplace fixes, ReSync world dashboard UI changes, useful commands/nodes for the new resources, and small known bugs.
Known incompatibilities
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:LuYZT6NN:O027O8AV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LuYZT6NN:O027O8AV"
}

