#attachableでrender_offsetsの変更

1 messages · Page 1 of 1 (latest)

stiff latch
#

32x32アイテムの表示を小さくしたいです
attachableとanimationがわからないので教えてほしいです

#

attachable

{
    "format_version": "1.20.10",
    "minecraft:attachable": {
        "description": {
            "identifier": "rrb:almond_water",
            "materials": {
                "default": "entity",
                "enchanted": "entity_alphatest_glint"
            },
            "textures": {
                "default": "textures/items/almond_water",
                "enchanted": "textures/misc/enchanted_item_glint"
            },
            "geometry": {
                "default": "geometry.item_sprite"
            },
            "animations": {
                "hold_first_person": "animation.hold_32px",
                "hold_third_person": "animation.hold_32px"
            },
            "scripts": {
                "animate": [
                    {
                        "hold_first_person": "context.is_first_person == 1.0"
                    },
                    {
                        "hold_third_person": "context.is_first_person == 0.0"
                    }
                ]
            },
            "render_controllers": [
                "controller.render.item_default"
            ]
        }
    }
}

animation.hold_32px

{
    "format_version": "1.8.0",
    "animations": {
      "animation.hold_32px": {
        "anim_time_update": "0",
        "loop": true,
        "bones": {
          "rightitem": { "scale": [ 0.35,0.35,0.35 ] }
        }
      }
    }
  }