Soil_Leaves
Server/Item/Items/Soil/Soil_Leaves.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Leaves.name"
},
"ItemLevel": 7,
"Icon": "Icons/ItemsGenerated/Soil_Leaves.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "GrassAndDirt",
"PlayerAnimationsId": "Block",
"Set": "Grass",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ResourceTypeId": "Soils",
"Quantity": 1
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Opacity": "Cutout",
"Group": "LeavesGround",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"ItemId": "Soil_Dirt"
}
},
"BlockParticleSetId": "Dirt",
"Textures": [
{
"Down": "BlockTextures/Soil_Dirt.png",
"Sides": "BlockTextures/Soil_Leaves_Side.png",
"Up": "BlockTextures/Soil_Leaves_Top_GS.png",
"Weight": 1
}
],
"BlockSoundSetId": "LeavesGround",
"PhysicalMaterialId": "Foliage",
"BiomeTintUp": 100,
"TextureSideMask": "BlockTextures/Soil_Leaves_Side_GS.png",
"TintUp": [
"#c6e442"
],
"TransitionTexture": "BlockTextures/Soil_Leaves_Transition_GS.png",
"TransitionToGroups": [
"Stone",
"Dirt",
"Dirt_Dark",
"Sand",
"Sand_White",
"Gravel",
"Grass",
"GrassDeep",
"GrassDeepSunny",
"Mud"
],
"TransitionToTag": "Fluid=Water",
"ParticleColor": "#c7b7b7",
"TextureComputedColor": "#CBB9B9"
},
"Tags": {
"Type": [
"Soil"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}