Plant_Crop_Mushroom_Shelve_Brown
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Shelve_Brown.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
ResourceTypes | array[2] |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Mushroom_Shelve_Brown.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Shelve_Brown.png",
"Categories": [
"Blocks.Plants"
],
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Mushroom_Medium.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Mushroom_Medium_Textures/Brown.png",
"Weight": 1
}
],
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"MaxSupportDistance": 5,
"Support": {
"Down": [
{
"AllowSupportPropagation": false,
"FaceType": "Full",
"Rotate": false
}
],
"CardinalDirections": [
{
"FaceType": "Full",
"Rotate": false
}
]
},
"BlockSoundSetId": "Mushroom",
"BlockParticleSetId": "Dust",
"MovementSettings": {
"IsBouncy": true,
"BounceVelocity": 20
},
"ParticleColor": "#5d3e25"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
},
{
"Id": "Vegetables"
}
],
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.46,
"Translation": [
0,
-17.299999
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}