Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Plant / Crop / Plant_Crop_Mushroom_Shelve_Brown.json

Plant_Crop_Mushroom_Shelve_Brown

Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Shelve_Brown.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Mushroom_Shelve_Brown.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Shelve_Brown.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "BlockType": {
    "InteractionHint": "server.interactionHints.pick",
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Mushroom_Medium.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Mushroom_Medium_Textures/Brown.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "MaxSupportDistance": 5,
    "Support": {
      "Down": [
        {
          "AllowSupportPropagation": false,
          "FaceType": "Full",
          "Rotate": false
        }
      ],
      "CardinalDirections": [
        {
          "FaceType": "Full",
          "Rotate": false
        }
      ]
    },
    "BlockSoundSetId": "Mushroom",
    "PhysicalMaterialId": "Foliage",
    "BlockParticleSetId": "Dust",
    "MovementSettings": {
      "IsBouncy": true,
      "BounceVelocity": 20
    },
    "ParticleColor": "#5d3e25",
    "TextureComputedColor": "#523621"
  },
  "ResourceTypes": [
    {
      "Id": "Mushrooms"
    },
    {
      "Id": "Vegetables"
    }
  ],
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.46,
    "Translation": [
      0,
      -17.299999
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}