Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Soil / Soil_Seaweed_Block.json

Soil_Seaweed_Block

Server/Item/Items/Soil/Soil_Seaweed_Block.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring
PlayerAnimationsIdstring
BlockTypeobject
Tagsobject
ItemSoundSetIdstring

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",
    "PhysicalMaterialId": "Foliage",
    "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",
    "TextureComputedColor": "#CDCDCD"
  },
  "Tags": {
    "Family": [
      "Seaweed"
    ],
    "Type": [
      "Soil"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}