Soil_Seaweed_Block
Server/Item/Items/Soil/Soil_Seaweed_Block.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
PlayerAnimationsId | string |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Seaweed_Block.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Soil_Seaweed_Block.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "GrassAndDirt",
"Set": "Soil",
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Grass",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"BlockParticleSetId": "Grass",
"Textures": [
{
"Sides": "BlockTextures/Soil_Seaweed_Block_Side.png",
"UpDown": "BlockTextures/Soil_Seaweed_Block.png",
"Weight": 1
}
],
"BlockSoundSetId": "Grass",
"BiomeTint": 100,
"BiomeTintUp": 100,
"TransitionTexture": "BlockTextures/Transition_Soil_Seaweed_Block.png",
"TransitionToGroups": [
"Stone",
"Dirt",
"Dirt_Dark",
"Sand",
"Sand_White",
"Gravel",
"Wood"
],
"Tint": [
"#37ac6b"
],
"TransitionToTag": "Fluid=Water"
},
"Tags": {
"Family": [
"Seaweed"
],
"Type": [
"Soil"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}