Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Plant / Moss / Plant_Moss_Cave_Red.json

Plant_Moss_Cave_Red

Server/Item/Items/Plant/Moss/Plant_Moss_Cave_Red.json, 2.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Moss_Cave_Red.name"
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Plant_Moss_Red",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Foliage/Plants/HangingMoss.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/HangingMoss_Textures/Moss_GS_01.png",
        "Weight": 2
      },
      {
        "Texture": "Blocks/Foliage/Plants/HangingMoss_Textures/Moss_GS_02.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "UpDown",
    "Opacity": "Transparent",
    "Flags": {},
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Moss_Block_Red",
        "IsWeaponBreakable": true
      },
      "UseDefaultDropWhenPlaced": true
    },
    "Material": "Empty",
    "BlockParticleSetId": "Dust",
    "MovementSettings": {
      "IsClimbable": true
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "CustomModelScale": 1.15,
    "RandomRotation": "YawStep1",
    "Effect": [
      "WindAttached"
    ],
    "ParticleColor": "#c65865",
    "BlockSoundSetId": "Plant",
    "PhysicalMaterialId": "Foliage",
    "Tint": [
      "#c65865"
    ],
    "TextureComputedColor": "#9B9B9B"
  },
  "PlayerAnimationsId": "Item",
  "Categories": [
    "Blocks.Plants"
  ],
  "IconProperties": {
    "Scale": 0.4,
    "Translation": [
      1.79,
      -24.61
    ],
    "Rotation": [
      9.185,
      6.92,
      0
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Moss"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Moss_Cave_Red.png",
  "ItemSoundSetId": "ISS_Items_Foliage",
  "ItemLevel": 39
}