Furniture_Kweebec_Bed
Server/Item/Items/Furniture/Kweebec/Furniture_Kweebec_Bed.json, 2.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Recipe | object |
Icon | string |
IconProperties | object |
Interactions | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Scale | number |
ItemSoundSetId | string |
MaxStack | number |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Kweebec_Bed.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Beds"
],
"Set": "Furniture_Kweebec",
"Recipe": {
"Input": [
{
"Quantity": 3,
"ResourceTypeId": "Wood_All"
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Beds"
]
}
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Kweebec_Bed.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.385,
"Translation": [
10.9,
-7.1
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Wood",
"Beds": [
{
"Offset": {
"X": -0.1,
"Y": 0.4,
"Z": 0.7
},
"Yaw": 0
}
],
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "Bed"
}
]
},
"Primary": "Check_Can_Break_Respawn"
},
"CustomModel": "Blocks/Decorative_Sets/Kweebec/Bed.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Kweebec/Bed_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"HitboxType": "Bed_Kweebec",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#633625",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"VariantRotation": "NESW",
"BlockSoundSetId": "Wood",
"BlockEntity": {
"Components": {
"RespawnBlock": {}
}
}
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Kweebec"
]
},
"Scale": 0.6,
"ItemSoundSetId": "ISS_Blocks_Wood",
"MaxStack": 1,
"ItemLevel": 1
}