Plant_Hay_Bundle
Server/Item/Items/Plant/Plant_Hay_Bundle.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Icon | string |
Model | string |
Texture | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Hay_Bundle.name"
},
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Resources/Plants/HayBundle.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Plants/HayBundle_Texture.png",
"Weight": 1
}
],
"CustomModelScale": 0.7,
"HitboxType": "Plant_Small",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Bush",
"ParticleColor": "#e2ae59"
},
"PlayerAnimationsId": "Item",
"Icon": "Icons/ItemsGenerated/Plant_Hay_Bundle.png",
"Model": "Resources/Plants/HayBundle.blockymodel",
"Texture": "Resources/Plants/HayBundle_Texture.png",
"IconProperties": {
"Scale": 0.855,
"Rotation": [
20,
336,
45
],
"Translation": [
4,
-6
]
},
"Tags": {
"Type": [
"Plant"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}