Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Plant / Moss / Plant_Moss_Block_Yellow.json

Plant_Moss_Block_Yellow

Server/Item/Items/Plant/Moss/Plant_Moss_Block_Yellow.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Recipeobject
BlockTypeobject
Iconstring
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Moss_Block_Yellow.name"
  },
  "Parent": "Plant_Moss_Block_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
    },
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Moss_Block_GS_Top.png",
        "UpDown": "BlockTextures/Moss_Block_GS.png"
      }
    ],
    "TransitionTexture": "BlockTextures/Transition_Plant_Moss_GS.png",
    "ParticleColor": "#939827",
    "Tint": [
      "#c0bb2e"
    ],
    "TextureComputedColor": "#AAAAAA"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Moss_Block_Yellow.png",
  "ItemLevel": 31
}