Deco_Map
Server/Item/Items/Deco/Deco_Map.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Map.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Map.png",
"Categories": [
"Blocks.Deco"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Crouching": false,
"Failed": "Block_Secondary"
}
]
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/Map.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Map_Texture.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Window",
"VariantRotation": "Wall",
"Flags": {},
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"BlockParticleSetId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
],
"Up": [
{
"FaceType": "Full"
}
]
}
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.695,
"Translation": [
-0.895,
-3.895
],
"Rotation": [
30.945,
51.195,
22.5
]
},
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}