Plant_Moss_Block_Green
Server/Item/Items/Plant/Moss/Plant_Moss_Block_Green.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Moss_Block_Green.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Moss_Block_Green.png",
"Categories": [
"Blocks.Plants"
],
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Plant_Moss_Green",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Moss",
"Flags": {},
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Moss_Block_Green"
},
"UseDefaultDropWhenPlaced": true
},
"BlockParticleSetId": "Dirt",
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Moss_Block_GS.png",
"UpDown": "BlockTextures/Moss_Block_GS_Top.png"
}
],
"TransitionTexture": "BlockTextures/Transition_Plant_Moss_GS.png",
"TransitionToGroups": [
"Stone",
"Dirt",
"Dirt_Dark",
"Sand",
"Sand_White",
"Gravel",
"Wood",
"Moss",
"Grass",
"Mud"
],
"ParticleColor": "#6b8e32",
"BlockSoundSetId": "Dirt",
"PhysicalMaterialId": "Dirt",
"Tint": [
"#84b338"
],
"TransitionToTag": "Fluid=Water",
"TextureComputedColor": "#B2B2B2"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Moss"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"ItemLevel": 16
}