Carry Mechanics (0.0.0-beta.1)
Curse Maven Snippet
What's new
v0.0.0-beta.1 — Initial port to Minecraft 26.2
First build of Carry Mechanics for Minecraft 26.2 (NeoForge 26.2.0.41-beta), ported from the stable 26.1.2 release (1.0.0). Same feature set: carrying blocks, entities and tile entities, entity stacking, whitelist/blacklist via datapack tags, scripting, commands and full multiplayer sync.
Technical Changes
CarryData.getEntity()—EntityType.create(input, level, EntitySpawnReason.BUCKET)replaced withEntityType.create(input, level, new EntitySpawnRequest(EntitySpawnReason.BUCKET, false)). The staticcreate(ValueInput, Level, EntitySpawnReason)overload was removed in NeoForge 26.2 in favor ofcreate(ValueInput, Level, EntitySpawnRequest). This was the only code change required for the port.
NeoForge 26.2.0.41-beta is still a beta build; treat this release as early-access for MC 26.2.
This mod has no additional files