Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Plant / Crop / Plant_Crop_Mushroom_Block_Green_Trunk.json

Plant_Crop_Mushroom_Block_Green_Trunk

Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Block_Green_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_Green_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_Green_Trunk_Side.png",
        "UpDown": "BlockTextures/Mushroom_Block_Green_Trunk_Top.png"
      }
    ],
    "ParticleColor": "#3c372f",
    "BlockSoundSetId": "Mushroom",
    "PhysicalMaterialId": "Foliage",
    "CubeShadingMode": "Flat",
    "TextureComputedColor": "#3D3325"
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    },
    {
      "Id": "Vegetables"
    }
  ],
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "$Comment": " ",
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Block_Green_Trunk.png",
  "ItemSoundSetId": "ISS_Items_Foliage"
}