Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Plant / Moss / Plant_Moss_Short_Yellow.json

Plant_Moss_Short_Yellow

Server/Item/Items/Plant/Moss/Plant_Moss_Short_Yellow.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Recipeobject
BlockTypeobject
Iconstring
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Moss_Short_Yellow.name"
  },
  "Parent": "Plant_Moss_Rug_Green",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Plant_Moss_Yellow",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "BlockType": {
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Moss_Block_Yellow"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "CustomModel": "Blocks/Foliage/Plants/Cross_10px.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Cross_10px_Textures/Moss_GS.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Plant_Small",
    "RandomRotation": "YawStep1",
    "ParticleColor": "#bfb32a",
    "Tint": [
      "#c0bb2e"
    ],
    "TextureComputedColor": "#A9A9A9"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Moss_Yellow_Short.png",
  "ItemLevel": 33
}