Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Wood / Softwood / Wood_Softwood_Decorative.json

Wood_Softwood_Decorative

Server/Item/Items/Wood/Softwood/Wood_Softwood_Decorative.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Softwood_Decorative.name"
  },
  "ItemLevel": 15,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Wood_Softwood_Decorative.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Block",
  "Set": "Wood_Softwood_Planks",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Softwood_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "DecorativePlanks"
        ]
      }
    ],
    "OutputQuantity": 1
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Wood",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "Textures": [
      {
        "All": "BlockTextures/Wood_Softwood_Decorative.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#65482d",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#6F492C"
  },
  "Tags": {
    "Type": [
      "Wood"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "Parent": "Wood_Softwood_Planks",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}