Fluid_Lava
Server/Item/Items/Fluid/Fluid_Lava.json, 1.6 KB
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_Lava.name"
},
"Icon": "Icons/ItemsGenerated/Fluid_Lava.png",
"Categories": [
"Blocks.Fluids"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "PlaceFluid",
"FluidToPlace": "Lava_Source"
}
]
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Effect": [
"Lava"
],
"Opacity": "Transparent",
"DamageToEntities": 13,
"Group": "Lava",
"Light": {
"Color": "#e90"
},
"Flags": {},
"BlockParticleSetId": "Lava",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Fluid_Lava.png"
}
],
"ParticleColor": "#f94e11",
"CubeShadingMode": "Fullbright",
"BlockSoundSetId": "Empty",
"Interactions": {
"Collision": {
"Cooldown": {
"Id": "BurnEffect",
"Cooldown": 1
},
"Interactions": [
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Next": {
"Type": "ApplyEffect",
"EffectId": {
"Duration": 1,
"OverlapBehavior": "Overwrite",
"ApplicationEffects": {
"HorizontalSpeedMultiplier": 0.5
}
},
"Next": {
"Type": "ApplyEffect",
"EffectId": "Lava_Burn"
}
}
}
]
}
},
"TextureComputedColor": "#F96920"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Material": [
"Fluid"
]
},
"MaxStack": 1
}