Wood_Gnarled_Roots
Server/Item/Items/Wood/Gnarled/Wood_Gnarled_Roots.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Gnarled_Roots.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Wood_Gnarled_Roots.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Gnarled",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Opacity": "Transparent",
"BlockParticleSetId": "Leaves_Branches",
"BlockSoundSetId": "Branch",
"CustomModel": "Blocks/Foliage/Plants/Roots_Wide.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Roots_Wide_Gnarled.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Soft": {
"DropList": "Plant_Leaves"
}
},
"RandomRotation": "YawStep1",
"ParticleColor": "#553e33",
"Support": {
"Down": [
{
"FaceType": "Full"
}
],
"Up": [
{
"FaceType": "Full"
}
]
},
"Group": "Wood"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.335,
"Translation": [
4.9,
-24.5
]
},
"Tags": {
"Type": [
"Wood"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}