Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Plant / Crop / Plant_Crop_Mushroom_Block_Green_Branch.json

Plant_Crop_Mushroom_Block_Green_Branch

Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Block_Green_Branch.json, 2.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Mushroom_Block_Green_Branch.name"
  },
  "ItemLevel": 10,
  "Categories": [
    "Blocks.Plants"
  ],
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Tubes/Long.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Corner_Textures/Mushroom_Green.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Branch",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "DropList": "Wood_Sallow_Trunk",
        "GatherType": "Woods"
      },
      "Physics": {
        "DropList": "Wood_Sallow_Branch_Physics"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "VariantRotation": "Pipe",
    "BlockParticleSetId": "Dust",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Branch"
        }
      ],
      "Up": [
        {
          "FaceType": "Branch"
        }
      ]
    },
    "ParticleColor": "#3c372f",
    "BlockSoundSetId": "Branch",
    "PhysicalMaterialId": "Wood",
    "MaxSupportDistance": 4,
    "Support": {
      "CardinalDirections": [
        {
          "FaceType": "Branch",
          "Rotate": false,
          "SelfFaceType": "Branch",
          "Support": "Ignored"
        }
      ],
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Branch",
          "Support": "Ignored"
        },
        {
          "FaceType": "Branch",
          "Rotate": false,
          "SelfFaceType": "Branch"
        }
      ],
      "Up": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Rope"
        }
      ]
    },
    "IgnoreSupportWhenPlaced": true,
    "TextureComputedColor": "#413828"
  },
  "Tags": {
    "Type": [
      "Wood",
      "Tree"
    ],
    "SubType": [
      "Branch"
    ],
    "Family": [
      "Sallow"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Block_Green_Branch.png",
  "ItemSoundSetId": "ISS_Items_Foliage"
}