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

Soil_Snow_Half

Server/Item/Items/Soil/Snow/Soil_Snow_Half.json, 2.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Snow_Half.name"
  },
  "ItemLevel": 10,
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "PlayerAnimationsId": "Block",
  "Set": "Soil_Snow",
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Soil_Snow_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Group": "Snow",
    "HitboxType": "Block_Half",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Snow",
    "MovementSettings": {
      "Friction": 0.25
    },
    "Textures": [
      {
        "All": "BlockTextures/Soil_Snow.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Snow",
    "PhysicalMaterialId": "Snow",
    "TransitionTexture": "BlockTextures/Transition_Soil_Snow.png",
    "TransitionToGroups": [
      "Stone",
      "Grass",
      "Gravel",
      "Dirt",
      "Dirt_Dark",
      "Ice"
    ],
    "CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Soil_Snow.png"
      }
    ],
    "VariantRotation": "DoublePipe",
    "ParticleColor": "#ddf0f4",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "Weight": 1,
              "All": "BlockTextures/Soil_Snow.png"
            }
          ],
          "Supporting": {
            "BlockSides": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Soils",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Soil_Snow_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          }
        }
      }
    },
    "TextureComputedColor": "#DCF1F5"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Soil_Snow_Half.png",
  "ItemSoundSetId": "ISS_Blocks_Soft"
}