Versions / 0.4.1 / Item / Items / Furniture / Grand_Wizard / Unique / Furniture_Royal_Magic_Carpet.json
Furniture_Royal_Magic_Carpet
Server/Item/Items/Furniture/Grand_Wizard/Unique/Furniture_Royal_Magic_Carpet.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Set | string |
Quality | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Royal_Magic_Carpet.name"
},
"Icon": "Icons/ItemsGenerated/Furniture_Royal_Magic_Carpet.png",
"Categories": [
"Furniture.Furniture"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"HitboxType": "Carpet_Large",
"CustomModel": "Blocks/Decorative_Sets/Royal_Magic/Carpet.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Royal_Magic/Carpet_Texture.png",
"Weight": 1
}
],
"Group": "Stone",
"Flags": {},
"Gathering": {
"Soft": {
"DropList": "Plant_Bush"
}
},
"BlockParticleSetId": "Dust",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Cloth",
"ParticleColor": "#203d1d"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.3,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
-22,
-1
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Moss"
]
},
"Set": "Furniture_Royal_Magic",
"Quality": "Developer",
"ItemSoundSetId": "ISS_Items_Cloth"
}