Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Deco / Deco_Halloween_Lights.json

Deco_Halloween_Lights

Server/Item/Items/Deco/Deco_Halloween_Lights.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Halloween_Lights.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Halloween_Lights.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Crystal_Red",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Crystal_Yellow",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Crystal_Purple",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Seasonal"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Items/Halloween_Props/HalloweenLights.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Halloween_Props/HalloweenLights_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Plant_Full",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Plushie",
    "PhysicalMaterialId": "Wool"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.9,
    "Rotation": [
      0.0,
      3.0,
      4.0
    ],
    "Translation": [
      1.5,
      -9.0
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Kweebec"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}