Soil_Needles
Server/Item/Items/Soil/Soil_Needles.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
PlayerAnimationsId | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Needles.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Soil_Needles.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "GrassAndDirt",
"Set": "Soil",
"PlayerAnimationsId": "Block",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ResourceTypeId": "Soils",
"Quantity": 1
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
],
"Set": "Soil"
}
],
"OutputQuantity": 1
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Cover",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"ItemId": "Soil_Dirt"
}
},
"BlockParticleSetId": "Dirt",
"Textures": [
{
"All": "BlockTextures/Soil_Needles.png",
"Weight": 1
}
],
"ParticleColor": "#594230",
"BlockSoundSetId": "Dirt",
"PhysicalMaterialId": "Dirt",
"TransitionTexture": "BlockTextures/Transition_Soil_Needles.png",
"TransitionToGroups": [
"Wood",
"Stone",
"Dirt",
"Gravel",
"Mud",
"Grass",
"LeavesGround"
],
"TextureComputedColor": "#5F3A25"
},
"Tags": {
"Type": [
"Soil"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}