Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Categories / ExamplePrefabPlacementBlock_Tree.json

ExamplePrefabPlacementBlock_Tree

Server/Item/Items/Categories/ExamplePrefabPlacementBlock_Tree.json, 369 B

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Iconstring
MaxStacknumber
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.ExamplePrefabPlacementBlock_Tree.name"
  },
  "Quality": "Technical",
  "Icon": "Icons/ItemsGenerated/Plant_Oak_Leaves.png",
  "MaxStack": 1,
  "Categories": [
    "Tool.PrefabEditing"
  ],
  "SubCategory": "PrefabBlocks",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "PrefabListAssetId": "Trees"
  }
}