Plant_Leaves_Oak
Server/Item/Items/Plant/Leaves/Plant_Leaves_Oak.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Oak.name"
},
"Categories": [
"Blocks.Plants"
],
"Icon": "Icons/ItemsGenerated/Plant_Oak_Leaves.png",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Leaves/Ball.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/Ball_Textures/Oak.png",
"Weight": 1
}
],
"Opacity": "Cutout",
"Group": "Leaves",
"Effect": [
"Wind"
],
"Flags": {},
"RandomRotation": "YawPitchRollStep1",
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Tree_Leaves"
},
"Physics": {
"DropList": "Tree_Leaves_Physics"
},
"UseDefaultDropWhenPlaced": true
},
"PlacementSettings": {
"AllowBreakReplace": true
},
"BlockParticleSetId": "Leaves",
"ParticleColor": "#4b8519",
"MaxSupportDistance": 4,
"Support": {
"BlockSides": [
{
"Support": "Ignored",
"TagId": "Family=Leaves"
},
{
"TagId": "Type=Trunk"
},
{
"TagId": "Type=Branch"
},
{
"FaceType": "Branch"
}
]
},
"BlockSoundSetId": "Leaves",
"PhysicalMaterialId": "Foliage",
"IgnoreSupportWhenPlaced": true,
"TextureComputedColor": "#386917"
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Leaves"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}