Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Flexible Arms 1.21

Flexible Arms 1.21

Client-Side mod allowing you to adjust arm positions in item JSON models. Ported to 1.21

469
1
Library
AboutGalleryChangelogVersions

Flexible Arms

A Fabric 1.21 Mod allowing adjusting arm positions in item JSON models.

This Mod Wis Ported To 1.21 From This Mod

DO NOT REPORT ISSUES TO THE OFFICIAL REPOSITORY, THIS IS JUST A FAN PORT

Getting Started

It's pretty simple! You just need to add a few lines into your existing JSON model files.

{
  // ...
  "arm_properties": {
    "held_mainhand": {
      "right_arm": { // Adjust the right arm
        "pitch": -0.95, // Any float value is valid
        "yaw": -0.39, // Here too
        "roll": 0.0,
        "follow_sight": false // Optional - Whether this arm will move according to the holder's sight (Think bows and crossbows)
      },
      "left_arm": { // Left arm too
        "pitch": -0.90,
        "yaw": 0.39,
        "roll": 0.0,
        "follow_sight": false
      }
    },
    "held_offhand": { // Also off hand
      "right_arm": { // Adjust the right arm
        "pitch": -0.95, // Any float value is valid
        "yaw": -0.39, // Here too
        "roll": 0.0,
        "follow_sight": false // Optional - Whether this arm will move according to the holder's sight (Think bows and crossbows)
      },
      "left_arm": { // Left arm too
        "pitch": -0.90,
        "yaw": 0.39,
        "roll": 0.0,
        "follow_sight": false
      }
    }
    // If any field above (except for "follow_sight") is presented,
    // the game will not try to adjust the model with vanilla mechanics.
    // You'd better configure both pitch and yaw for each arm at the same time.
  }
}

JSON does not support comments, you'll need to remove the comments before you put them into a real JSON file!

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.21.x
1.19.2–1.19.4

Platforms

Fabric

Supported environments

Client-side

Links

View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

AcoYT
AcoYT Owner/Porter

Details

Licensed MIT
Published 10 months ago
Updated 9 months ago

Modrinth is open source.

main@fafd47f

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.