Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Furniture / Jungle / Furniture_Jungle_Bed.json

Furniture_Jungle_Bed

Server/Item/Items/Furniture/Jungle/Furniture_Jungle_Bed.json, 2.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Jungle_Bed.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Beds"
  ],
  "Set": "Furniture_Jungle",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Wood_Bamboo_Trunk",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 4
      },
      {
        "ItemId": "Cloth_Block_Wool_Cyan",
        "Quantity": 2
      },
      {
        "ItemId": "Cloth_Block_Wool_Orange"
      },
      {
        "ItemId": "Cloth_Block_Wool_White"
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Beds"
        ]
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Jungle_Bed.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.295,
    "Translation": [
      7.3,
      -2.3
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "Beds": [
      {
        "Offset": {
          "X": 0.4,
          "Y": 0.4,
          "Z": 1.0
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "Bed"
          }
        ]
      },
      "Primary": "Check_Can_Break_Respawn"
    },
    "CustomModel": "Blocks/Decorative_Sets/Jungle/Bed.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Jungle/Bed_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Bed_Jungle",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#9ebd60",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "BlockEntity": {
      "Components": {
        "RespawnBlock": {}
      }
    },
    "TextureComputedColor": "#898B5F"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Jungle"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 1,
  "ItemLevel": 7
}