All versions
0.1.3-alpha
Alpha
Oceastra's Broom 0.1.3-alphalast month 91
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Updated the broom menu GUI — that's exhausting...
- Soul Lantern can also be used as a pendant. It's decorative only and will only glow if lambDynamicLights is installed
- The broom now steps up slopes and low obstacles (auto-step height: 1 block)
- The broom auto-floats a tiny distance above the ground
- Optimized trail code and adjusted trail visuals (still looks rough; will be completely rewritten later)
- Added the "Always" hover mode
- Adjusted the "Smart" hover mode's logic
新增
- 更新了扫帚GUI——画GUI累死了
- 灵魂灯笼也可作为挂件,同样本身只做装饰,只有装了lambDynamicLights才会发光
- 扫帚现在具有1格的上坡高度
- 扫帚在近地面会自动保持一小段离地高度
- 优化拖尾代码,调整了拖尾表现(但看起来还是很难受,以后会彻底重做)
- 增加了“一直”的悬停模式
- 调整了“智能”悬停模式的判定
Optional dependencies
Unavailable version
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:PWNPIcRq:iNtMhiZE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PWNPIcRq:iNtMhiZE"
}

