Plant_Crop_Mushroom_Flatcap_Green
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Flatcap_Green.json, 2.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Consumable | boolean |
BlockType | object |
ResourceTypes | array[2] |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Mushroom_Flatcap_Green.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Flatcap_Green.png",
"Categories": [
"Blocks.Plants"
],
"Consumable": false,
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Mushroom_Flat.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Mushroom_Flat_White.png",
"Weight": 1
}
],
"Group": "Plant",
"HitboxType": "Mushroom_Large",
"Light": {
"Color": "#575"
},
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"BlockEntity": {
"Components": {
"FarmingBlock": {}
}
},
"Farming": {
"Stages": {
"Default": [
{
"Block": "Plant_Crop_Mushroom_Flatcap_Green",
"Duration": {
"Min": 10000,
"Max": 20001
},
"Type": "BlockType"
},
{
"Type": "Spread",
"Executions": [
1,
3
],
"SpreadDecayPercent": [
50,
50
],
"GrowthBehaviours": [
{
"Type": "Directional",
"GrowthBlockTypes": [
{
"BlockType": "Plant_Crop_Mushroom_Flatcap_Green",
"Weight": 1
}
],
"Horizontal": [
4,
4
],
"Vertical": [
0,
2
],
"LocationConditions": [
{
"Type": "NeighbourBlockTags",
"NeighbourBlock": "Below",
"TagPattern": "Soil_Or_Grass"
}
]
}
],
"Duration": {
"Min": 10350,
"Max": 10350
}
}
]
},
"StartingStageSet": "Default"
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Dust",
"ParticleColor": "#18f59a",
"BlockSoundSetId": "Mushroom"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
},
{
"Id": "Vegetables"
}
],
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.58823,
"Translation": [
3.1,
-10.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}