Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Deco / Deco_Book_Pile_Small.json

Deco_Book_Pile_Small

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Book_Pile_Small.name"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "Set": "Scrap",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 6
      },
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Misc"
        ]
      }
    ]
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Book_Pile_Small.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",
    "HitboxType": "Block_Half",
    "TextureComputedColor": "#664E45"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      3,
      -14
    ],
    "Rotation": [
      7,
      43,
      10
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Deco_Scrap_Book_Pile_Small.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}