Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Fluid_Slime_Red.json

Fluid_Slime_Red

Server/Item/Items/Fluid_Slime_Red.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
IconPropertiesobject

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",
    "TextureComputedColor": "#E95F4E"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Material": [
      "Fluid"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  }
}