Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Plant / Crop / Plant_Crop_Mushroom_Block_Brown_Trunk.json

Plant_Crop_Mushroom_Block_Brown_Trunk

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Mushroom_Block_Brown_Trunk.name"
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "SeaLife",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Dust",
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Mushroom_Block_Brown_Trunk_Side.png",
        "UpDown": "BlockTextures/Mushroom_Block_Brown_Trunk_Top.png"
      }
    ],
    "ParticleColor": "#534030",
    "BlockSoundSetId": "Mushroom",
    "PhysicalMaterialId": "Foliage",
    "RandomRotation": "YawStep90",
    "CubeShadingMode": "Flat"
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    },
    {
      "Id": "Vegetables"
    }
  ],
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "$Comment": " ",
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Block_Brown_Trunk.png",
  "ItemSoundSetId": "ISS_Items_Foliage"
}