Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Plant / Crop / Plant_Crop_Mushroom_Block_White.json

Plant_Crop_Mushroom_Block_White

Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Block_White.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
BlockTypeobject
ResourceTypesarray[2]
PlayerAnimationsIdstring
Tagsobject
Iconstring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Mushroom_Block_White.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "SeaLife",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Dust",
    "Textures": [
      {
        "Weight": 60,
        "Sides": "BlockTextures/Mushroom_Block_White_Side.png",
        "Down": "BlockTextures/Plant_Mushroom_Block_Red_Bot.png",
        "Up": "BlockTextures/Mushroom_Block_White_Top.png"
      }
    ],
    "ParticleColor": "#cca567",
    "BlockSoundSetId": "Mushroom",
    "PhysicalMaterialId": "Foliage",
    "TextureComputedColor": "#D8CBB4"
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    },
    {
      "Id": "Vegetables"
    }
  ],
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Block_White.png",
  "ItemSoundSetId": "ISS_Items_Foliage"
}