Fluid_Slime_Red
Server/Item/Items/Fluid_Slime_Red.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Fluid_Slime_Red.name"
},
"Icon": "Icons/ItemsGenerated/Fluid_Slime_Red.png",
"Categories": [
"Blocks.Fluids"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "PlaceFluid",
"FluidToPlace": "Slime_Red_Source"
}
]
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Slime",
"TransitionTexture": "BlockTextures/Transition_Fluid_Slime_Red.png",
"TransitionToGroups": [
"Stone",
"Dirt",
"Dirt_Dark",
"Grass",
"GrassDeep",
"GrassDeepSunny",
"Sand",
"Sand_White",
"Gravel"
],
"HitboxType": "Block_Three_Quarter",
"Light": {
"Color": "#765"
},
"Flags": {},
"Gathering": {
"Breaking": {}
},
"BlockParticleSetId": "Snow",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Fluid_Slime_Red.png"
}
],
"BlockSoundSetId": "Mud",
"PhysicalMaterialId": "Dirt",
"Opacity": "Solid",
"ParticleColor": "#ff8776",
"CubeShadingMode": "Flat"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Material": [
"Fluid"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
}
}