Plant_Crop_Mushroom_Block_White_Mycelium
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Block_White_Mycelium.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
BlockType | object |
ResourceTypes | array[2] |
PlayerAnimationsId | string |
Tags | object |
$Comment | string |
IconProperties | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Mushroom_Block_White_Mycelium.name"
},
"Categories": [
"Blocks.Plants"
],
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Group": "SeaLife",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Dust",
"ParticleColor": "#ddddc5",
"BlockSoundSetId": "Mushroom",
"CustomModel": "Blocks/Foliage/Grass/Dense_Small_4Rows.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Grass/Dense_Small_4Rows_Textures/Mushroom_Mycelium_White.png"
}
],
"RandomRotation": "YawStep90",
"Opacity": "Transparent",
"VariantRotation": "UpDown",
"Effect": [
"WindAttached"
],
"HitboxType": "Block_Half"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
},
{
"Id": "Vegetables"
}
],
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"$Comment": " ",
"IconProperties": {
"Scale": 0.7,
"Translation": [
0,
-8.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Block_White_Mycelium.png",
"ItemSoundSetId": "ISS_Items_Foliage"
}