Tags
Creators
Details
fabric-1.18.2-1.5.0
Compatibility
Required content
Changes
What's new
1.5.0
-
License was changed to AGPL-3. This was made, so it will be license violation, if in future OverWolf/CurseForge decide to fully cut off third party launchers.
-
There are now about 740 other mod UIs that have custom button positioning.
-
Extended the Modpack Dev tools (see the video). We now offer a tool that will create a platform containing all blocks that we have detected to open a UI. Modpack Devs can use this to check if there are un/supported UIs and use the editor to move the buttons. Also the player will get all the items that potentially open a UI. The tool doesn't catch every possible UI, but is a good start. https://www.youtube.com/embed/STZoofsZBtI?wmode=transparent
- NOTE: this will work only single player with cheats on, or
MAY BE on servers also if you have
/opor/give,/setblockand/fillpermissions. - WARNING: depending on the modpack and your PC it's highly probably that it will crash the client AND/OR the server.
- NOTE: this will work only single player with cheats on, or
MAY BE on servers also if you have
Optional dependencies
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:O7RBXm3n:rhWd3Gwe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7RBXm3n:rhWd3Gwe"
}


