promotional bannermobile promotional banner

Carryon - Patched (Unofficial)

Direct drop in replacement for the Carryon mod by Tschipp
Back to Files

carryon-fabric-1.21.11-2.9.0-patched.jar

File namecarryon-fabric-1.21.11-2.9.0-patched.jar
Uploader
yankeevaderyankeevader
Uploaded
May 18, 2026
Downloads
1.0K
Size
361.5 KB
Mod Loaders
Fabric
File ID
8106717
Type
R
Release
Supported game versions
  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:carryon-patched-1543292:8106717"

Learn more about Curse Maven

What's new

Changed Method

Common/src/main/java/tschipp/carryon/CarryOnCommon.java

Original Method (official mod)

private static int potionLevel(ItemStack stack, Entity entity)
{
    CompoundTag nbt = stack.getTag();

    if(nbt != null && nbt.contains("BlockEntityTag"))
    {
        CompoundTag blockEntityTag = nbt.getCompound("BlockEntityTag");

        if(blockEntityTag.contains("Items"))
            return 120;
    }

    return 0;
}

Patched Method

private static int potionLevel(ItemStack stack, Entity entity)
{
    return 0;
}

This is the complete behavioral change introduced by the patch.

This mod has no additional files