Plant_Crop_Wheat_Block
Server/Item/Items/Plant/Crop/Wheat/Plant_Crop_Wheat_Block.json, 5.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
IconProperties | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Wheat_StageFinal.name"
},
"Parent": "Template_Crop_Block",
"BlockType": {
"RandomRotation": "YawStep90",
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Seeds_Textures/Wheat.png",
"Weight": 1
}
],
"BlockSoundSetId": "Seeds",
"PhysicalMaterialId": "Foliage",
"State": {
"Definitions": {
"Stage1": {
"CustomModel": "Blocks/Foliage/Plants/Dense_Small_3Rows.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Dense_Small_3Rows_Wheat_01.png",
"Weight": 1
}
],
"Effect": [
"WindAttached"
],
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Wheat_Stage1"
}
},
"HitboxType": "Plant_Small",
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Plant",
"ParticleColor": "#93d72c"
},
"Stage2": {
"CustomModel": "Blocks/Foliage/Plants/Dense_Medium_3Rows.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Dense_Medium_3Rows_Wheat_02.png",
"Weight": 1
}
],
"Effect": [
"WindAttached"
],
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Wheat_Stage2"
}
},
"HitboxType": "Plant_Large",
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Plant",
"ParticleColor": "#c3d05d"
},
"Stage3": {
"CustomModel": "Blocks/Foliage/Plants/Dense_Medium_3Rows.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Dense_Medium_3Rows_Wheat_03.png",
"Weight": 1
}
],
"Effect": [
"WindAttached"
],
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Wheat_Stage3"
}
},
"HitboxType": "Plant_Full",
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Plant",
"ParticleColor": "#dfe285"
},
"StageFinal": {
"CustomModel": "Blocks/Foliage/Plants/Dense_Tall.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Dense_Tall_Textures/Wheat.png",
"Weight": 1
}
],
"Effect": [
"WindAttached"
],
"InteractionHint": "server.interactionHints.harvest",
"Gathering": {
"Harvest": {
"DropList": "Drops_Plant_Crop_Wheat_StageFinal_Harvest"
},
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Wheat_StageFinal"
}
},
"BlockParticleSetId": "Grass",
"ParticleColor": "#efcc7b",
"BlockSoundSetId": "Plant",
"HitboxType": "Plant_Tall_Small"
}
}
},
"Farming": {
"Stages": {
"Default": [
{
"Duration": {
"Min": 10500,
"Max": 10500
},
"Type": "BlockState",
"State": "default"
},
{
"Duration": {
"Min": 25300,
"Max": 25300
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage1"
},
{
"Duration": {
"Min": 25300,
"Max": 25300
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage2"
},
{
"Duration": {
"Min": 25300,
"Max": 25300
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage3"
},
{
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow_Stage_Complete",
"State": "StageFinal"
}
],
"Harvested": [
{
"Duration": {
"Min": 25300,
"Max": 25300
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage1"
},
{
"Duration": {
"Min": 25300,
"Max": 25300
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage2"
},
{
"Duration": {
"Min": 25300,
"Max": 25300
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage3"
},
{
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow_Stage_Complete",
"State": "StageFinal"
}
]
},
"StartingStageSet": "Default",
"ActiveGrowthModifiers": [
"Fertilizer",
"Water",
"LightLevel"
]
},
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Wheat_Block"
}
},
"CustomModelScale": 0.9,
"ParticleColor": "#e3bf76",
"TextureComputedColor": "#DEA856"
},
"IconProperties": {
"Scale": 1.115,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-4.2
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Wheat_Block.png"
}