Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Plant / Plant_Vine_Rug.json

Plant_Vine_Rug

Server/Item/Items/Plant/Plant_Vine_Rug.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Vine_Rug.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Vine_Rug.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Moss_Rug.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Vine_Rug.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Vine_Rug2.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Vine_Rug3.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Bush"
      }
    },
    "BlockParticleSetId": "Grass",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FluidId": "Water_Source"
        }
      ]
    },
    "HitboxType": "Block_Quarter",
    "ParticleColor": "#7f8027",
    "BlockSoundSetId": "Plant",
    "PhysicalMaterialId": "Foliage",
    "RandomRotation": "YawStep90",
    "TextureComputedColor": "#7C7725"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      -0.5,
      -3.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Moss"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}