Tags
Creators
Details
1.1.0-forge-1.20.1
Compatibility
Required content
Changes
This version will only be for Forge for the time being, as it is an early access feature from 2.0 ripped from the main branch for an event being held.
[!] This version WILL crash without MidnightLib installed, as it is used as a dependency for the config now.
-
There's a config now !!
-
Frame Tweaks
- Frames now have custom hitboxes, and can be interacted through. Their more precise hitboxes will be replaced with a larger hitbox when holding Hammers or Frames or crouching.
- There is a config available to change these hitboxes to always be visible or to not get show at all when crouching.
- Frame tooltips also change depending on which config option you have enabled!
- Frames no longer have an odd pixel gap when placed on corners. The corner gap fills -- this is a simple model change.
- Frames no longer have z-fighting when customized with Debug Sticks or placed on opposing corners.
- Frames now have custom hitboxes, and can be interacted through. Their more precise hitboxes will be replaced with a larger hitbox when holding Hammers or Frames or crouching.
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:OSDpLd82:Kkn9IrZs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OSDpLd82:Kkn9IrZs"
}

