Plant_Fruit_Azure
Server/Item/Items/Plant/Fruit/Plant_Fruit_Azure.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
InteractionVars | object |
IconProperties | object |
Scale | number |
DropOnDeath | boolean |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Fruit_Azure.name",
"Description": "server.items.Plant_Fruit_Azure.description"
},
"Icon": "Icons/ItemsGenerated/Plant_Fruit_Azure.png",
"Parent": "Template_Fruit",
"BlockType": {
"CustomModel": "Resources/Ingredients/Azure_Fruit.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Azure_Fruit_Texture.png",
"Weight": 1
}
],
"VariantRotation": "UpDown",
"Opacity": "Transparent",
"Light": {
"Color": "#469"
},
"BlockSoundSetId": "Mushroom",
"PhysicalMaterialId": "Foliage",
"BlockParticleSetId": "Dust",
"ParticleColor": "#326ea7"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#326ea7",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
}
},
"IconProperties": {
"Scale": 1.1,
"Translation": [
-8.4,
-9
],
"Rotation": [
57.4,
24.8,
0
]
},
"Scale": 1.75,
"DropOnDeath": true,
"Quality": "Common"
}