Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Bench / Bench_Builders.json

Bench_Builders

Server/Item/Items/Bench/Bench_Builders.json, 3.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Bench_Builders.name",
    "Description": "server.items.Bench_Builders.description"
  },
  "ItemLevel": 2,
  "MaxStack": 1,
  "Icon": "Icons/ItemsGenerated/Bench_Architects.png",
  "Categories": [
    "Furniture.Benches"
  ],
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 6
      },
      {
        "ResourceTypeId": "Rock",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Fieldcraft",
        "Type": "Crafting",
        "Categories": [
          "Tools"
        ]
      },
      {
        "Id": "Workbench",
        "Type": "Crafting",
        "Categories": [
          "Workbench_Crafting"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Benches/Builder.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Benches/Builder_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Bench_Architect",
    "VariantRotation": "NESW",
    "Bench": {
      "Type": "StructuralCrafting",
      "Id": "Builders",
      "AllowBlockGroupCycling": true,
      "AlwaysShowInventoryHints": true,
      "HeaderCategories": [
        "WoodPlanks",
        "OrnatePlanks",
        "DecorativePlanks"
      ],
      "Categories": [
        "WoodPlanks",
        "OrnatePlanks",
        "DecorativePlanks",
        "Bricks",
        "Decorative",
        "Ornate",
        "Smooth",
        "Stairs",
        "HalfSlab",
        "SmoothHalfSlab",
        "Beam",
        "Platform",
        "Roof",
        "Pillar",
        "Wall",
        "Gate",
        "Ladder",
        "Window",
        "Wardrobe",
        "Door",
        "Trapdoor",
        "Table",
        "Chair",
        "Bench",
        "Stool",
        "Shelf",
        "Sign",
        "VillageWall"
      ],
      "LocalOpenSoundEventId": "SFX_Workbench_Open",
      "LocalCloseSoundEventId": "SFX_Workbench_Close",
      "CompletedSoundEventId": "SFX_Workbench_Craft",
      "FailedSoundEventId": "SFX_Generic_Crafting_Failed"
    },
    "BlockEntity": {
      "Components": {
        "BenchBlock": {}
      }
    },
    "State": {
      "Definitions": {
        "CraftCompleted": {
          "CustomModelAnimation": "Blocks/Benches/Carpenter_Crafting.blockyanim",
          "Looping": true
        },
        "CraftCompletedInstant": {
          "CustomModelAnimation": "Blocks/Benches/Carpenter_Crafting.blockyanim"
        }
      }
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Benches"
      }
    },
    "BlockParticleSetId": "Stone",
    "ParticleColor": "#5C583E",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#767267"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.365,
    "Translation": [
      13.5,
      -11.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Bench"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}