All versions
1.2.3
Release
MobSpawnController 1.2.33 weeks ago 481
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
1.2.3 更新日志 / Changelog
中文:
- 下拉菜单交互优化:
- 优化模组/状态/属性下拉列表的展示,根据窗口高度自适应计算最大可见数量(上限18项),避免超出屏幕下边缘。
- 新增列表滚动条与滑块视觉指示,支持鼠标滚轮在下拉列表内平滑滚动。
- 打开下拉菜单时自动滚动定位到当前选中的选项。
- 修复滚动后点击选项位置判定的偏差问题。
- 编辑界面悬浮提示(Tooltip)增强:
- 为生物编辑界面中的各项配置添加上下文感知的悬浮 Tooltip 详细提示。
- 生成规则界面显示各生成途径作用说明及当前允许/禁用状态。
- 自然生成与额外生成界面显示各字段的说明提示。
- 属性界面显示属性 ID、来源模组、当前值与默认值、允许取值范围以及是否已覆盖。
English:
- Dropdown Menu Improvements:
- Optimized dropdown menu display by dynamically calculating visible items according to screen height (up to 18 items) to avoid overflowing off-screen.
- Added visual scrollbar and smooth mouse wheel scroll support for open dropdown menus.
- Automatically scrolls to reveal the currently selected option when opening dropdowns.
- Fixed option click hit-testing under scrolled offsets.
- Mob Edit Screen Hover Tooltips:
- Added rich contextual hover tooltips across all configuration tabs in the mob edit screen.
- Spawn rules display spawn path explanations and current enable/disable state.
- Natural and active spawn settings show hint descriptions for each option.
- Attribute settings display attribute ID, source mod, current and default values, allowed range, and override status.
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:R9uLhV4F:gI7o2ShD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R9uLhV4F:gI7o2ShD"
}

