Soil_Dirt_Lush
Server/Item/Items/Soil/Dirt/Soil_Dirt_Lush.json, 704 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Parent | string |
Icon | string |
BlockType | object |
Tags | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Dirt_Lush.name"
},
"ItemLevel": 10,
"Parent": "Template_Soil",
"Icon": "Icons/ItemsGenerated/Soil_Dirt_Lush.png",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Soil_Dirt_Lush.png",
"Weight": 1
}
],
"ParticleColor": "#98743b",
"TransitionTexture": "BlockTextures/Transition_Soil_Dirt_Lush.png"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Dirt"
],
"Spreadable": [
"Grass"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}