Fluid_Water
Server/Item/Items/Fluid/Fluid_Water.json, 851 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Fluid_Water.name"
},
"Icon": "Icons/ItemsGenerated/Fluid_Water.png",
"Categories": [
"Blocks.Fluids"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "PlaceFluid",
"FluidToPlace": "Water_Source"
}
]
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Effect": [
"Water"
],
"Opacity": "Transparent",
"Group": "Fluid_Water",
"Flags": {},
"BlockParticleSetId": "Water",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Fluid_Water.png"
}
],
"BlockSoundSetId": "Water",
"TextureComputedColor": "#ECECEC"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Material": [
"Fluid"
]
},
"MaxStack": 1
}