Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Plant / Moss / Plant_Moss_Rug_Green_Dark.json

Plant_Moss_Rug_Green_Dark

Server/Item/Items/Plant/Moss/Plant_Moss_Rug_Green_Dark.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Recipeobject
BlockTypeobject
Iconstring
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Moss_Rug_Green_Dark.name"
  },
  "Parent": "Plant_Moss_Rug_Green",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Plant_Moss_Green_Dark",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "BlockType": {
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Moss_Block_Green_Dark"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "CustomModel": "Blocks/Foliage/Plants/Moss_Rug.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Moss_Rug_GS.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Moss_Rug_GS_2.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Moss_Rug_GS_3.png",
        "Weight": 1
      }
    ],
    "Tint": [
      "#75883c"
    ],
    "ParticleColor": "#75883c",
    "TextureComputedColor": "#A2A2A2"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Moss_Rug_Green_Dark.png",
  "ItemLevel": 22
}