Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / Soil / Soil_Mud_Dry.json

Soil_Mud_Dry

Server/Item/Items/Soil/Soil_Mud_Dry.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Mud_Dry.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Mud_Dry.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "PlayerAnimationsId": "Block",
  "Set": "Soil",
  "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": "Dirt",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils",
        "ItemId": "Soil_Dirt"
      }
    },
    "BlockParticleSetId": "Dirt",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Mud_Dry.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#926444",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "TransitionTexture": "BlockTextures/Transition_Mud_Dry.png",
    "TransitionToGroups": [
      "Wood",
      "Stone",
      "Dirt_Dry",
      "Dirt"
    ],
    "TextureComputedColor": "#694227"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Mud"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}