Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Deco / Deco_Bone_Ribs_Feran.json

Deco_Bone_Ribs_Feran

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

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Recipeobject
Interactionsobject
BlockTypeobject
ResourceTypesarray[1]
PlayerAnimationsIdstring
Tagsobject
$Commentstring
Iconstring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Bone_Ribs_Feran.name"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bone_Fragment",
        "Quantity": 6
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Misc"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Bone_Ribs_Stack.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Bone_Ribs_Stack_Feran_Texture.png",
        "Weight": 1
      }
    ],
    "Material": "Solid",
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "HitboxType": "Plant_Small",
    "Opacity": "Transparent",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks",
        "DropList": "Empty"
      }
    },
    "BlockParticleSetId": "Stone",
    "ParticleColor": "#957445",
    "MaxSupportDistance": 4,
    "RandomRotation": "YawStep1",
    "TextureComputedColor": "#BF995A"
  },
  "ResourceTypes": [
    {
      "Id": "Bone"
    }
  ],
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "$Comment": " ",
  "Icon": "Icons/ItemsGenerated/Deco_Bone_Ribs_Feran.png",
  "ItemSoundSetId": "ISS_Items_Bones"
}