Skip to content

A Minecraft helper tool to interactively adjust the rotation, position, and scale of Items.

Notifications You must be signed in to change notification settings

PumpkinXD/ItemTransformHelper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Item Transform Helper

When you create a custom item, you need to provide ItemCameraTransforms for it. This project is an interactive tool to help you get the transforms right by interactively adjusting them.

How to use:

  1. Place the ItemCamera somewhere in the player's hotbar
  2. Hold the Item you want to modify in the player's hand
  3. Use the up/down keys to move up and down the menu.
  4. Use the left/right keys to edit the value (eg scaleX)
  5. To select a different view (first person, third person, gui, head (for helmet)) change the VIEW menu item
  6. To reset the parameters for the current view, select the RESET menu item and press left or right.
  • You can also copy parameters from a vanilla item to your custom item:
  • a) Hold the vanilla item in your hand
  • b) Select RESET, press left or right.
  • c) Hold your custom item in your hand.
  1. When your item looks right, select PRINT and press left or right to print the current parameters to the console
  2. Copy the appropriate lines from the console to your item model json file

The item will appear in the Helpers tab in the creative inventory.

For background information on

About

A Minecraft helper tool to interactively adjust the rotation, position, and scale of Items.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%