Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Bench / Bench_Loom.json

Bench_Loom

Server/Item/Items/Bench/Bench_Loom.json, 2.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Bench_Loom.name",
    "Description": "server.items.Bench_Loom.description"
  },
  "Icon": "Icons/ItemsGenerated/Bench_Loom.png",
  "Categories": [
    "Furniture.Benches"
  ],
  "Quality": "Developer",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Semitransparent",
    "CustomModel": "Blocks/Benches/Loom.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Benches/Loom_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Bench_Loom",
    "VariantRotation": "NESW",
    "Bench": {
      "Type": "Crafting",
      "Categories": [
        {
          "Id": "All",
          "Icon": "Icons/CraftingCategories/Campfire.png",
          "Name": "All"
        }
      ],
      "LocalOpenSoundEventId": "SFX_Bench_Placeholder",
      "LocalCloseSoundEventId": "SFX_Bench_Placeholder",
      "CompletedSoundEventId": "SFX_Bench_Placeholder",
      "Id": "Loombench"
    },
    "BlockEntity": {
      "Components": {
        "BenchBlock": {}
      }
    },
    "State": {
      "Definitions": {
        "CraftCompleted": {
          "Looping": true
        },
        "CraftCompletedInstant": {}
      }
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Benches"
      }
    },
    "BlockParticleSetId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#6b472f",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#483323"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.385,
    "Translation": [
      11.4,
      -13.2
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Bench"
    ]
  },
  "Recipe": {
    "Input": [
      {
        "Quantity": 5,
        "ResourceTypeId": "Wood_Trunk"
      },
      {
        "ItemId": "Ingredient_Fabric_Scrap_Cotton",
        "Quantity": 3
      }
    ]
  },
  "MaxStack": 1,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}