All versions
0.1.0
Beta
Shared Everything 0.1.02 months ago 89
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
- Offhand & item slots ā Items no longer reappear after being removed from the offhand or any inventory slot. Fixed an infinite sync loop that was causing this behavior.
- Item stacks not growing ā Breaking blocks no longer results in only 1 item staying in the inventory. Items now stack correctly across all players.
- Items could not be dropped ā Players can now properly drop items. Previously dropped items would instantly reappear due to the sync loop.
- Respawn broken ā Players who died were unable to respawn properly. Death and respawn now work correctly for all players.
- Screen shake on respawn ā The screen no longer shakes/flickers after a player respawns.
- Health, hunger & XP not resetting on death ā Stats now correctly carry over and sync after respawning, matching the other players' values.
- Golden apple hearts not shared ā Absorption hearts (golden/enchanted apple) are now properly synced to all players.
- Effects not syncing ā Status effects from potions, enchanted apples, beacons, etc. are now immediately shared with all players.
- Armor could not be unequipped ā Players can now freely equip and unequip armor without it being forced back on.
- Enchantments disappearing ā Enchantments on items are no longer lost during inventory sync. The mod now uses Minecraft 1.21.1's Data Component system for accurate item comparison and copying.
- Ender Pearl only teleported one player ā Throwing an Ender Pearl now teleports all online players to the landing location.
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:KPbyGnkP:Ia5jvgX4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KPbyGnkP:Ia5jvgX4"
}

