Links
Tags
Creators
Details
1.2.2
Compatibility
Required content
Changes
The height limit now decides who may take the camera, not only who is framed.
- A conversation on another storey cannot cut the camera away. The scene height limit used to apply to the scene alone. Who was allowed to take the frame was decided by distance, and a distance is a sphere: the sphere goes through a floor, so a table talking downstairs was well inside the twenty-four blocks and the camera left the room to film it. Standing on a first floor, or on a balcony over a street, that is most of the building.
- Three blocks by default rather than four. Four was a storey plus the slack to reach the next one, which let the ground floor back into a scene played on the floor above it.
The limit is asked in one place now, and by everything that can claim the camera: the scene, a voice, a line of chat. Nothing to change in the settings, though a config file written by an earlier version keeps the height it already has – the new default only applies to a fresh one.
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:WoK9thlP:Od2JCSPG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WoK9thlP:Od2JCSPG"
}

