Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Deco / Deco_Book_Pile_Large.json

Deco_Book_Pile_Large

Server/Item/Items/Deco/Deco_Book_Pile_Large.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Book_Pile_Large.name"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "Set": "Scrap",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 12
      },
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Misc"
        ]
      }
    ]
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Book_Pile_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Book_Pile_Texture.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Dungeons/Book_Pile_Texture2.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "BlockParticleSetId": "Dust",
    "VariantRotation": "NESW",
    "Material": "Solid",
    "Opacity": "Semitransparent",
    "RandomRotation": "YawStep1",
    "ParticleColor": "#d6b687",
    "TextureComputedColor": "#664E45"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.5,
    "Translation": [
      4,
      -17
    ],
    "Rotation": [
      7,
      43,
      10
    ]
  },
  "Icon": "Icons/ItemsGenerated/Deco_Scrap_Book_Pile_Large.png",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}