The Holo-Pad is a pressure plate-like block used to display 3D holograms of armor suits or specific items. These holograms are highly customizable, allowing you to define specific poses and offsets for each body part.

Made with

1 Advanced Circuit 4 Silver Ingot 4 Steel Ingot

image.png

Each body part must have seperate poses if its chestplate it will only affect arms and torso etc.

PoseGenerator.html

Pose files must be located at:

assets/corewithstuff/cws_poses/posename.json

Example

{
  "targetItem": "corewithstuff:superman_chestplate",
  "offset": [0.0, 0.0, 0.0],
  "head": [0.0, 0.0, 0.0],
  "headOffset": [0.0, 0.0, 0.0],
  "body": [0.0, 0.0, 0.0],
  "bodyOffset": [0.0, 2.0, 0.0],
  "leftArm": [0.0, 0.0, 0.0],
  "leftArmOffset": [5.0, -2.0, 0.0],
  "rightArm": [0.0, 0.0, 0.0],
  "rightArmOffset": [-5.0, -2.0, 0.0],
  "leftLeg": [0.0, 0.0, 0.0],
  "leftLegOffset": [2.0, 7.0, 0.0],
  "rightLeg": [0.0, 0.0, 0.0],
  "rightLegOffset": [-2.0, 7.0, 0.0]
}