Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Soil / Grass / Soil_Grass_Wet.json

Soil_Grass_Wet

Server/Item/Items/Soil/Grass/Soil_Grass_Wet.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Grass_Wet.name"
  },
  "ItemLevel": 14,
  "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",
    "Group": "Grass",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils",
        "ItemId": "Soil_Dirt"
      }
    },
    "BlockParticleSetId": "Grass_Earth",
    "Textures": [
      {
        "Down": "BlockTextures/Soil_Dirt_Wet.png",
        "Sides": "BlockTextures/Soil_Grass_Wet_Side.png",
        "Up": "BlockTextures/Soil_Grass_Wet_GS.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Grass",
    "PhysicalMaterialId": "Foliage",
    "BiomeTintUp": 100,
    "TextureSideMask": "BlockTextures/Soil_Grass_Wet_Side_GS.png",
    "TintUp": [
      "#4aa17a"
    ],
    "TransitionTexture": "BlockTextures/Transition_Soil_Grass_GS.png",
    "TransitionToGroups": [
      "Stone",
      "Dirt",
      "Dirt_Dark",
      "Sand",
      "Sand_White",
      "Gravel",
      "Wood",
      "Cobble"
    ],
    "TransitionToTag": "Fluid=Water",
    "ParticleColor": "#eae8e8",
    "TextureComputedColor": "#EAE8E8"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "$Comment": " ",
  "Icon": "Icons/ItemsGenerated/Soil_Grass_Wet.png",
  "ItemSoundSetId": "ISS_Blocks_Soft"
}