Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Furniture / Temple_Dark / Furniture_Temple_Dark_Bed.json

Furniture_Temple_Dark_Bed

Server/Item/Items/Furniture/Temple_Dark/Furniture_Temple_Dark_Bed.json, 2.2 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Recipeobject
Iconstring
IconPropertiesobject
Interactionsobject
BlockTypeobject
Tagsobject
Scalenumber
ItemSoundSetIdstring
MaxStacknumber
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Dark_Bed.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Beds"
  ],
  "Set": "Furniture_Temple_Dark",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Rock_Shale",
        "Quantity": 3
      },
      {
        "ItemId": "Soil_Pebbles_Frozen",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Beds"
        ]
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Bed.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.295,
    "Translation": [
      7.3,
      -2.3
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "Beds": [
      {
        "Offset": {
          "X": 0.3,
          "Y": -0.2,
          "Z": 1.0
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "Bed"
          }
        ]
      },
      "Primary": "Check_Can_Break_Respawn"
    },
    "CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Bed.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Dark/Bed_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Bed_Temple_Dark",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "ParticleColor": "#383b3f",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "BlockEntity": {
      "Components": {
        "RespawnBlock": {}
      }
    },
    "TextureComputedColor": "#1F282A"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "MaxStack": 1,
  "ItemLevel": 6
}