Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / _Debug / Debug_MusicPlayer.json

Debug_MusicPlayer

Server/Item/Items/_Debug/Debug_MusicPlayer.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Iconstring
IconPropertiesobject
BlockTypeobject
Scalenumber
ItemSoundSetIdstring
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_MusicPlayer.name"
  },
  "PlayerAnimationsId": "Block",
  "Icon": "Icons/ItemsGenerated/Furniture_InConstruction_Sign.png",
  "IconProperties": {
    "Scale": 0.5,
    "Rotation": [
      22.5,
      49,
      22.5
    ],
    "Translation": [
      0,
      -22
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Hypixel/In_Construction/Construction_Sign.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Hypixel/In_Construction/Construction_Sign_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Plant_Tall_Medium",
    "Material": "Solid",
    "Opacity": "Transparent",
    "BlockEntity": {
      "Components": {
        "ItemContainerBlock": {
          "Capacity": 1
        },
        "MusicPlayerBlock": {
          "InsertSound": "SFX_Workbench_Craft",
          "RemoveSound": "SFX_Chest_Wooden_Close",
          "StartDelaySeconds": 2.5,
          "StopDelaySeconds": 0.5,
          "ReferenceDistance": 8,
          "MaxDistance": 25,
          "SpatialBlend": 0.6,
          "ReverbSend": 0.35,
          "Volume": 0,
          "Loop": true
        }
      }
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "InteractionHint": "server.interactionHints.openDoor",
    "Interactions": {
      "Use": "Open_Container"
    },
    "ParticleColor": "#3a2014",
    "TextureComputedColor": "#7D500F"
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 25
}