Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Bench / Bench_Lumbermill.json

Bench_Lumbermill

Server/Item/Items/Bench/Bench_Lumbermill.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Bench_Lumbermill.name"
  },
  "Icon": "Icons/ItemsGenerated/Bench_Lumbermill.png",
  "Categories": [
    "Furniture.Furniture"
  ],
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 1
      },
      {
        "ResourceTypeId": "Rubble",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Stick",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Misc"
        ]
      }
    ]
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Benches/Lumbermill.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Benches/Lumbermill_Texture.png",
        "Weight": 1
      }
    ],
    "CustomModelScale": 1,
    "VariantRotation": "NESW",
    "HitboxType": "Bench_Lumbermill",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#6f462c",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.41,
    "Translation": [
      11.4,
      -7.2
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Furniture"
    ]
  },
  "MaxStack": 1,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}