Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Wood / Wood_Stripped_Deco.json

Wood_Stripped_Deco

Server/Item/Items/Wood/Wood_Stripped_Deco.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Stripped_Deco.name"
  },
  "Icon": "Icons/ItemsGenerated/Wood_Stripped_Deco.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Wood",
    "Flags": {},
    "Gathering": {
      "Physics": {
        "ItemId": "Wood_Stripped_Deco"
      },
      "Breaking": {
        "ItemId": "Wood_Stripped_Deco",
        "GatherType": "Woods"
      }
    },
    "Textures": [
      {
        "Sides": "BlockTextures/Stripped_Log_Side.png",
        "UpDown": "BlockTextures/Stripped_Log_Side.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "Pipe",
    "BlockParticleSetId": "Wood",
    "ParticleColor": "#633625",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "Tags": {
      "Type": [
        "Wood"
      ],
      "Family": [
        "Oak"
      ]
    },
    "TextureComputedColor": "#D9B884"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  },
  "MaxStack": 100,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}