Links
Tags
Creators
Details
1.8v0.4.1a-forge
Compatibility
Changes
Added editor QoL
- Changing visibility and size of the 3d gizmo
- Multiple selection
- Right click menu in 3d view
- Added UV spinners to textures tab
- Text field highlight when pressing TAB to switch spinners
Added api support to bukkit
Added model changing to API
Fixed crash when closing gui on fabric
Fixed keybinds activating while typing into a text field
Fixed crash with Ears (Closes #218)
Fixed texture tab not rendering view (Closes #221)
Fixed editor crashing with invalid skin type (Closes #220)
Fixed copy transform breaking animations when saving
Fixed bounding box not rendering in the editor
Fixed TAB focus transfer not working in some cases
Fixed editor crash when opening projects with templates (Closes #223)
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:h1E7sQNL:9WmJHQsI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:9WmJHQsI"
}

