Plant_Bush
Server/Item/Items/Plant/Bushes/Plant_Bush.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Bush.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Bush_Green.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Bush"
},
"UseDefaultDropWhenPlaced": true
},
"PlacementSettings": {
"AllowBreakReplace": true
},
"DrawType": "Model",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Green.png",
"Weight": 1
}
],
"Effect": [
"WindAttached"
],
"CustomModel": "Blocks/Foliage/Plants/Bush_Big.blockymodel",
"CustomModelScale": 0.8,
"Opacity": "Transparent",
"Flags": {},
"RandomRotation": "YawStep1",
"Support": {
"Down": [
{
"TagId": "Type=Soil",
"FaceType": "Full"
},
{
"FaceType": "Bushes"
},
{
"TagId": "SubType=Tilled",
"Support": "Disallowed"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Bushes"
}
]
},
"BlockParticleSetId": "Leaves_Round",
"ParticleColor": "#579a1f",
"BlockSoundSetId": "Bush",
"PhysicalMaterialId": "Foliage",
"BiomeTint": 20
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.345,
"Translation": [
2.5,
-26.299999
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Bush"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"ItemLevel": 45
}