Media_RemoteControl
Server/Item/Items/MISC/Media_RemoteControl.json, 564 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
InteractionConfig | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Media_RemoteControl.name"
},
"Icon": "Icons/ItemsGenerated/Media_RemoteControl.png",
"Model": "Items/Remote_Controller.blockymodel",
"Texture": "Items/Remote_Controller_Texture.png",
"PlayerAnimationsId": "Torch",
"IconProperties": {
"Scale": 0.83,
"Translation": [
3.7,
-10.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"InteractionConfig": {
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
}
}