1.0.0
Compatibility
Changes
🧪 GDD — Beta Changelog Version: 1.0.0-beta ✨ Core Features
Added a direct item transfer mechanic between players (no item dropping)
Interaction works by looking at another player
Protection against accidental item drops
🎯 User Interface
Custom TAKE crosshair — shown when an item can be taken
Custom PUT crosshair — shown when an item can be given
Correct crosshair behavior when looking directly at a player’s face
🔊 Sounds
Added take.ogg
Played for the player who takes the item
Played for the player who gives the item
Added put.ogg
Played only for the player who places/gives the item
The receiving player does not hear this sound
🧩 Technical
Client–server synchronization via Fabric Networking
Separate handling for take and put interactions
Blocking vanilla actions that interfere with GDD mechanics
Optimized client tick logic and raycast checks
🐞 Known Issues (Beta)
Rare sound delay may occur under high latency
Not fully tested with mods that modify the HUD or crosshair
Balance and UX may change based on beta feedback
📌 Planned Features
Config options (enable/disable sounds, crosshair)
Additional animations
Server-side rules and permissions
Improved mod compatibility
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:7HNOe4iz:vDxaUZh5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7HNOe4iz:vDxaUZh5"
}

