Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Deco / Deco_Campfire_Off.json

Deco_Campfire_Off

Server/Item/Items/Deco/Deco_Campfire_Off.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
Particlesarray[1]
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Campfire_Off.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Campfire_Off.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Benches/Campfire_Off_Texture.png",
        "Weight": 1
      }
    ],
    "CustomModelScale": 1,
    "HitboxType": "Brazier_Small",
    "Light": {
      "Color": "#100"
    },
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "CustomModel": "Blocks/Benches/Campfire_Off.blockymodel",
    "Interactions": {
      "Collision": "Block_Damage"
    },
    "TextureComputedColor": "#2E1B16"
  },
  "PlayerAnimationsId": "Block",
  "Particles": [
    {
      "SystemId": "Smoke_Black"
    }
  ],
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}