Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Recipe / Recipe_Book_Magic_Void.json

Recipe_Book_Magic_Void

Server/Item/Items/Recipe/Recipe_Book_Magic_Void.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
BlockTypeobject
ResourceTypesarray[1]
Interactionsobject
PlayerAnimationsIdstring
Categoriesarray[1]
IconPropertiesobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Recipe_Book_Magic_Void.name"
  },
  "Icon": "Icons/ItemsGenerated/Recipe_Book_Magic_Void.png",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Book.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Book_Purple.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "RandomRotation": "YawStep90",
    "Gathering": {
      "Soft": {
        "ItemId": "Recipe_Book_Magic_Void"
      }
    },
    "HitboxType": "Book",
    "Material": "Solid",
    "ParticleColor": "#735246",
    "TextureComputedColor": "#6C4B43"
  },
  "ResourceTypes": [
    {
      "Id": "Books"
    }
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Items.Recipes"
  ],
  "IconProperties": {
    "Scale": 0.695,
    "Translation": [
      0.7,
      -4.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Recipe"
    ]
  }
}