Plant_Bramble_Dry_Magic
Server/Item/Items/Plant/Plant_Bramble_Dry_Magic.json, 759 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Bramble_Dry_Magic.name"
},
"Parent": "Plant_Bramble_Moss_Twisted",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/Bush_Big.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Magic_Bramble.png",
"Weight": 1
}
],
"ParticleColor": "#61624c",
"Interactions": {}
},
"Icon": "Icons/ItemsGenerated/Plant_Bramble_Dry_Magic.png",
"IconProperties": {
"Scale": 0.39,
"Translation": [
4.9,
-27.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Bramble"
]
}
}