Soil_Dirt
Server/Item/Items/Soil/Dirt/Soil_Dirt.json, 527 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Parent | string |
Icon | string |
BlockType | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Dirt.name"
},
"ItemLevel": 10,
"Parent": "Template_Soil",
"Icon": "Icons/ItemsGenerated/Soil_Dirt.png",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Soil_Dirt.png",
"Weight": 1
}
],
"ParticleColor": "#98743b",
"TransitionTexture": "BlockTextures/Transition_Soil_Dirt.png"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Dirt"
],
"Spreadable":[
"Grass"
]
}
}