ItemModelTransformer - Item Model Transform Editor
ItemModelTransformer is a powerful tool for interactively editing display transformation parameters of item models directly within the game. Using this mod, you can quickly adjust all aspects of visual representation for any item held in your main hand.
Editor Capabilities
Format Support: Load existing transformations and export finished results in JSON format or as code snippets for NeoForge's data generation system via ItemModelProvider and ItemModelBuilder.
Complete Control Over Transformations: Edit model position, rotation, and scale with millimeter precision, observing changes in real time.
Editor Controls
Basic hotkeys:
- I - enable/disable editor
- H - display control reference
- ↑/↓ arrows - switch between parameter categories
- →/← arrows - navigate elements within category
- NumPad + - increase value
- NumPad - - decrease value
- C - reset current values
- L - load parameters from current item
- P - copy "display" JSON block to clipboard
- G - copy datagen code to clipboard
Precise Value Adjustment
For working with different precision levels, use modifiers:
- Alt - change step of 10 units
- Shift - step of 0.1
- Control - step of 0.01
- Shift + Control - maximum precision with step of 0.001
The mod draws inspiration from TheGreyGhost's ItemTransformHelper.