Soil_Gravel
Server/Item/Items/Soil/Gravel/Soil_Gravel.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Gravel.name"
},
"ItemLevel": 15,
"Icon": "Icons/ItemsGenerated/Soil_Gravel.png",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"Set": "Rock_Stone",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Rubble_Stone",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Gravel",
"Flags": {},
"Gathering": {
"Tools": [
{
"Type": "Pickaxe",
"DropList": "Soil_Gravel_Pickaxe"
}
],
"Breaking": {
"GatherType": "Soils",
"DropList": "Soil_Gravel"
},
"UseDefaultDropWhenPlaced": true
},
"BlockParticleSetId": "Dirt",
"Textures": [
{
"All": "BlockTextures/Soil_Gravel.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full",
"Rotate": false
}
]
},
"ParticleColor": "#847e57",
"BlockSoundSetId": "Gravel",
"PhysicalMaterialId": "Dirt",
"TransitionTexture": "BlockTextures/Transition_Soil_Gravel.png",
"TransitionToGroups": [
"Stone",
"Dirt",
"Sand",
"Sand_White",
"Dirt_Dark",
"Gravel"
],
"TextureComputedColor": "#736F4C"
},
"Tags": {
"Type": [
"Soil"
]
},
"ItemSoundSetId": "ISS_Blocks_Gravel"
}