Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Bench / Bench_Trough.json

Bench_Trough

Server/Item/Items/Bench/Bench_Trough.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Iconstring
Tagsobject
MaxStacknumber
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Bench_Trough.name",
    "Description": "server.items.Bench_Trough.description"
  },
  "Categories": [
    "Furniture.Benches"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Farming/Trough.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Farming/Trough_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Bench_Trough",
    "VariantRotation": "NESW",
    "Bench": {
      "Type": "Crafting",
      "Categories": [
        {
          "Id": "All",
          "Icon": "Icons/CraftingCategories/Campfire.png",
          "Name": "server.benchCategories.all"
        }
      ],
      "LocalOpenSoundEventId": "SFX_Bench_Placeholder",
      "LocalCloseSoundEventId": "SFX_Bench_Placeholder",
      "CompletedSoundEventId": "SFX_Bench_Placeholder",
      "Id": "Farmingbench"
    },
    "BlockEntity": {
      "Components": {
        "BenchBlock": {}
      }
    },
    "State": {
      "Definitions": {
        "CraftCompleted": {}
      }
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Benches"
      }
    },
    "BlockParticleSetId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#815c39",
    "BlockSoundSetId": "Wood"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.43,
    "Translation": [
      13.2,
      -10.8
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Bench_Trough.png",
  "Tags": {
    "Type": [
      "Bench"
    ]
  },
  "MaxStack": 1,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}