Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Plant / Moss / Plant_Moss_Block_Green.json

Plant_Moss_Block_Green

Server/Item/Items/Plant/Moss/Plant_Moss_Block_Green.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Moss_Block_Green.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Moss_Block_Green.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Plant_Moss_Green",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ],
    "OutputQuantity": 1
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Moss",
    "Flags": {},
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Moss_Block_Green"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "BlockParticleSetId": "Dirt",
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Moss_Block_GS.png",
        "UpDown": "BlockTextures/Moss_Block_GS_Top.png"
      }
    ],
    "TransitionTexture": "BlockTextures/Transition_Plant_Moss_GS.png",
    "TransitionToGroups": [
      "Stone",
      "Dirt",
      "Dirt_Dark",
      "Sand",
      "Sand_White",
      "Gravel",
      "Wood",
      "Moss",
      "Grass",
      "Mud"
    ],
    "ParticleColor": "#6b8e32",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "Tint": [
      "#84b338"
    ],
    "TransitionToTag": "Fluid=Water",
    "TextureComputedColor": "#B2B2B2"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Moss"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "ItemLevel": 16
}