Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Soil / Soil_Leaves.json

Soil_Leaves

Server/Item/Items/Soil/Soil_Leaves.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Leaves.name"
  },
  "ItemLevel": 7,
  "Icon": "Icons/ItemsGenerated/Soil_Leaves.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "PlayerAnimationsId": "Block",
  "Set": "Grass",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ResourceTypeId": "Soils",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ],
    "OutputQuantity": 1
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Opacity": "Cutout",
    "Group": "LeavesGround",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils",
        "ItemId": "Soil_Dirt"
      }
    },
    "BlockParticleSetId": "Dirt",
    "Textures": [
      {
        "Down": "BlockTextures/Soil_Dirt.png",
        "Sides": "BlockTextures/Soil_Leaves_Side.png",
        "Up": "BlockTextures/Soil_Leaves_Top_GS.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "LeavesGround",
    "PhysicalMaterialId": "Foliage",
    "BiomeTintUp": 100,
    "TextureSideMask": "BlockTextures/Soil_Leaves_Side_GS.png",
    "TintUp": [
      "#c6e442"
    ],
    "TransitionTexture": "BlockTextures/Soil_Leaves_Transition_GS.png",
    "TransitionToGroups": [
      "Stone",
      "Dirt",
      "Dirt_Dark",
      "Sand",
      "Sand_White",
      "Gravel",
      "Grass",
      "GrassDeep",
      "GrassDeepSunny",
      "Mud"
    ],
    "TransitionToTag": "Fluid=Water",
    "ParticleColor": "#c7b7b7",
    "TextureComputedColor": "#CBB9B9"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}