Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Plant / Petals / Plant_Petals_Orange.json

Plant_Petals_Orange

Server/Item/Items/Plant/Petals/Plant_Petals_Orange.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
IconPropertiesobject
BlockTypeobject
ItemLevelnumber
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Petals_Orange.name",
    "Description": "server.items.Plant_Petals_Orange.description"
  },
  "Parent": "Plant_Petals_White",
  "Icon": "Icons/ItemsGenerated/Plant_Petals_Orange.png",
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      2,
      -1
    ]
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Plants/Petal.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/Petal_Textures/Orange.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Seeds",
    "PhysicalMaterialId": "Foliage",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {}
    },
    "Material": "Empty",
    "HitboxType": "Plant_Seed",
    "BlockParticleSetId": "Dust",
    "CustomModelScale": 1,
    "ParticleColor": "#f3dde2",
    "TextureComputedColor": "#D06D29"
  },
  "ItemLevel": 26,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Crop_Carrot_Item",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Petals_White",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Textiles"
        ]
      }
    ]
  }
}