Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Plant / Seaweed / Plant_Seaweed_Grass_Stack.json

Plant_Seaweed_Grass_Stack

Server/Item/Items/Plant/Seaweed/Plant_Seaweed_Grass_Stack.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seaweed_Grass_Stack.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Seaweed_Stack.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Type": "Condition",
          "RequiredGameMode": "Adventure",
          "Crouching": false,
          "Failed": "Block_Secondary"
        }
      ]
    }
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Cross.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Cross_Textures/Seaweed_Stackable.png",
        "Weight": 1
      }
    ],
    "Group": "SeaLife",
    "Effect": [
      "Ripple"
    ],
    "Flags": {},
    "RandomRotation": "YawStep1XZ",
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Grass",
    "ParticleColor": "#38af6c",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "TagId": "Family=Seaweed"
        }
      ]
    },
    "BlockSoundSetId": "Fern",
    "PhysicalMaterialId": "Foliage",
    "TextureComputedColor": "#349259"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.655,
    "Translation": [
      0,
      -15.5
    ],
    "Rotation": [
      22.684999,
      27.184999,
      11.435
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seaweed"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}