All versions
1.0.0
Release
RealPlace 1.0.0last month 49
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
中文更新日志
新增内容
- 新增真实置物系统,可将手持物品放置到世界中,并重新拾取已放置的真实置物。
- 新增放置模式操作与界面提示,支持水平旋转、竖直旋转、缩放和模型切换。
- 新增放置冲突处理,避免真实置物与方块或已有真实置物重叠。
- 新增可选 Jade 联动,悬浮查看真实置物时可显示对应物品提示。
修复内容
- 修复部分模型显示异常。
- 修复平面物品的附魔发光显示异常。
English Changelog
Added
- Added the RealPlace system for placing held items into the world and picking placed objects back up.
- Added placement mode controls and on-screen hints for horizontal rotation, vertical rotation, scaling, and model switching.
- Added placement conflict handling to prevent RealPlace objects from overlapping blocks or existing RealPlace objects.
- Added optional Jade compatibility so hovering a RealPlace object can show its item tooltip.
Fixed
- Fixed display issues for some models.
- Fixed enchanted glint rendering for flat item models.
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:aV2qHmi9:tEiTvTJC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aV2qHmi9:tEiTvTJC"
}

